Fix the datatype issue and make use of apiHost if available

This commit is contained in:
2018-12-17 07:46:43 -05:00
parent 2c52692cef
commit 96d3824cbb
4 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = function(environment) {
rootURL: '/dunlop-app-namespace/app/',
locationType: 'auto',
//applicationName: "Panda",
//apiHost: '',
apiHost: '',
//apiNamespace: 'dunlop-app-namespace/api/v1',
//exportApplicationGlobal: true,
EmberENV: {