Destory api. subdomain

api.example.com --> example.com/api
This commit is contained in:
syuilo
2018-03-27 12:45:18 +09:00
parent 8eebec30b8
commit 003ecd4c58
5 changed files with 8 additions and 6 deletions

View File

@ -80,6 +80,7 @@ module.exports = entries.map(x => {
_STATS_URL_: config.stats_url,
_DOCS_URL_: config.docs_url,
_API_URL_: config.api_url,
_WS_URL_: config.ws_url,
_DEV_URL_: config.dev_url,
_CH_URL_: config.ch_url,
_LANG_: lang,