Skip to content

Commit 3304f58

Browse files
committed
use https
1 parent af6fe0d commit 3304f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ module.exports = function(environment) {
5757
if (environment === 'production') {
5858
ENV.ONEAUTH = {
5959
clientID: "7023763625",
60-
callbackURL: "http://troublemaker.codingblocks.com/callback"
60+
callbackURL: "https://troublemaker.codingblocks.com/callback"
6161
}
62-
ENV.apiHost = 'http://troublemaker-api.codingblocks.com'
62+
ENV.apiHost = 'https://troublemaker-api.codingblocks.com'
6363
ENV.sentry.development = false
6464
}
6565

0 commit comments

Comments
 (0)