Skip to content

Commit a7ca8e2

Browse files
committed
Update addon api again
1 parent d9c70dd commit a7ca8e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(environment) {
88
locationType: 'auto',
99
host: 'https://api.github.com',
1010
githubOauthUrl: 'http://localhost:9999/authenticate/',
11-
addonUrl: 'https://emw2ujz4u1.execute-api.us-east-1.amazonaws.com/canary',
11+
addonUrl: 'https://emw2ujz4u1.execute-api.us-east-1.amazonaws.com/canary/addon',
1212
assetsHost: '/',
1313
maxNumFilesInitiallyExpanded: 12,
1414
EmberENV: {
@@ -72,7 +72,7 @@ module.exports = function(environment) {
7272
}
7373
}
7474
};
75-
ENV.addonUrl = "https://howq105a2c.execute-api.us-east-1.amazonaws.com/production";
75+
ENV.addonUrl = "https://howq105a2c.execute-api.us-east-1.amazonaws.com/production/addon";
7676
}
7777

7878
if (environment === 'staging') {

0 commit comments

Comments
 (0)