prepared stuff for easier deployment
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
ApiUrl: 'http://localhost:4567',
|
||||
ApiUrl: '@@apiEndpoint',
|
||||
DefaultPageSize: 18,
|
||||
FormatCurrency: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
|
||||
Reference in New Issue
Block a user