diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-12 15:17:03 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-12 15:17:03 +0900 |
| commit | dd1aa8c7d6ec003fcf187c1fc8e6c56f60723414 (patch) | |
| tree | 02138842254347d2ee8ceea73e439de040cc9ccb /src/web/app/common/scripts | |
| parent | Merge pull request #687 from syuilo/greenkeeper/reconnecting-websocket-3.1.1 (diff) | |
| download | sharkey-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.js | 2 |
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 }; |