use https
This commit is contained in:
parent
9988f865ca
commit
466f23de08
@ -1,5 +1,5 @@
|
|||||||
export const API_ROOT = (process.env.NODE_ENV === 'production')
|
export const API_ROOT = (process.env.NODE_ENV === 'production')
|
||||||
? 'http://api.jackhu.top/'
|
? 'https://api.jackhu.top/'
|
||||||
:'http://localhost:9000/'
|
:'http://localhost:9000/'
|
||||||
|
|
||||||
export const CookieDomain = (process.env.NODE_ENV === 'production')
|
export const CookieDomain = (process.env.NODE_ENV === 'production')
|
||||||
|
Loading…
Reference in New Issue
Block a user