From 003ecd4c58dee078d40596a29fa56a7d5ce70e2d Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 27 Mar 2018 12:45:18 +0900 Subject: Destory api. subdomain api.example.com --> example.com/api --- webpack.config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index f7e7ae39cc..9a952c8ef3 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -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, -- cgit v1.2.3-freya