summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-12 15:17:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-12 15:17:03 +0900
commitdd1aa8c7d6ec003fcf187c1fc8e6c56f60723414 (patch)
tree02138842254347d2ee8ceea73e439de040cc9ccb /src/web/app/common/scripts
parentMerge pull request #687 from syuilo/greenkeeper/reconnecting-websocket-3.1.1 (diff)
downloadsharkey-dd1aa8c7d6ec003fcf187c1fc8e6c56f60723414.tar.gz
sharkey-dd1aa8c7d6ec003fcf187c1fc8e6c56f60723414.tar.bz2
sharkey-dd1aa8c7d6ec003fcf187c1fc8e6c56f60723414.zip
stats
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/common/scripts/config.js b/src/web/app/common/scripts/config.js
index d108b834bb..75a7abba29 100644
--- a/src/web/app/common/scripts/config.js
+++ b/src/web/app/common/scripts/config.js
@@ -8,6 +8,7 @@ const url = `${scheme}//${host}`;
const apiUrl = `${scheme}//api.${host}`;
const devUrl = `${scheme}//dev.${host}`;
const aboutUrl = `${scheme}//about.${host}`;
+const statsUrl = `${scheme}//stats.${host}`;
const statusUrl = `${scheme}//status.${host}`;
export default {
@@ -17,5 +18,6 @@ export default {
apiUrl,
devUrl,
aboutUrl,
+ statsUrl,
statusUrl
};