@@ -152,7 +152,7 @@ module.exports = function() {
152
152
API_URL : process . env . API_URL || 'https://api.topcoder.com/v3.0.0-BETA' ,
153
153
AUTH_API_URL : process . env . AUTH_API_URL || 'https://api.topcoder.com/v3' ,
154
154
API_URL_V2 : process . env . API_URL_V2 || 'https://api.topcoder.com/v2' ,
155
- ASSET_PREFIX : process . env . ASSET_PREFIX || 'https://s3.amazonaws.com/app.topcoder.com' ,
155
+ ASSET_PREFIX : process . env . ASSET_PREFIX || 'https://s3.amazonaws.com/app.topcoder.com/ ' ,
156
156
auth0Callback : process . env . auth0Callback || 'https://api.topcoder.com/pub/callback.html' ,
157
157
// auth0Callback: process.env.auth0Callback || 'https://www.topcoder.com/reg2/callback.action',
158
158
auth0Domain : process . env . auth0Domain || 'topcoder.auth0.com' ,
@@ -201,7 +201,7 @@ module.exports = function() {
201
201
API_URL : process . env . API_URL || 'https://api.topcoder.com/v3.0.0' ,
202
202
AUTH_API_URL : process . env . AUTH_API_URL || 'https://api.topcoder.com/v3' ,
203
203
API_URL_V2 : process . env . API_URL_V2 || 'https://api.topcoder.com/v2' ,
204
- ASSET_PREFIX : process . env . ASSET_PREFIX || 'https://s3.amazonaws.com/app.topcoder.com' ,
204
+ ASSET_PREFIX : process . env . ASSET_PREFIX || 'https://s3.amazonaws.com/app.topcoder.com/ ' ,
205
205
auth0Callback : process . env . auth0Callback || 'https://api.topcoder.com/pub/callback.html' ,
206
206
// auth0Callback: process.env.auth0Callback || 'https://www.topcoder.com/reg2/callback.action',
207
207
auth0Domain : process . env . auth0Domain || 'topcoder.auth0.com' ,
0 commit comments