use https

This commit is contained in:
Jack Hu 2016-09-15 15:03:42 +08:00
parent 9988f865ca
commit 466f23de08

View File

@ -1,5 +1,5 @@
export const API_ROOT = (process.env.NODE_ENV === 'production')
? 'http://api.jackhu.top/'
? 'https://api.jackhu.top/'
:'http://localhost:9000/'
export const CookieDomain = (process.env.NODE_ENV === 'production')