We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c70dd commit a7ca8e2Copy full SHA for a7ca8e2
1 file changed
config/environment.js
@@ -8,7 +8,7 @@ module.exports = function(environment) {
8
locationType: 'auto',
9
host: 'https://api.github.com',
10
githubOauthUrl: 'http://localhost:9999/authenticate/',
11
- addonUrl: 'https://emw2ujz4u1.execute-api.us-east-1.amazonaws.com/canary',
+ addonUrl: 'https://emw2ujz4u1.execute-api.us-east-1.amazonaws.com/canary/addon',
12
assetsHost: '/',
13
maxNumFilesInitiallyExpanded: 12,
14
EmberENV: {
@@ -72,7 +72,7 @@ module.exports = function(environment) {
72
}
73
74
};
75
- ENV.addonUrl = "https://howq105a2c.execute-api.us-east-1.amazonaws.com/production";
+ ENV.addonUrl = "https://howq105a2c.execute-api.us-east-1.amazonaws.com/production/addon";
76
77
78
if (environment === 'staging') {
0 commit comments