diff --git a/frontend/src/lib/utils/index.js b/frontend/src/lib/utils/index.js index 336cdee2..8334b108 100644 --- a/frontend/src/lib/utils/index.js +++ b/frontend/src/lib/utils/index.js @@ -36,7 +36,7 @@ export default { if (process.env.NODE_ENV === 'development' && process.env["VUE_APP_API_WSS_ROOT"]) { return process.env["VUE_APP_API_WSS_ROOT"] } - return protocol + location.host + '/' + process.env["VUE_APP_API_WSS_ROOT"] + return protocol + location.host + process.env["VUE_APP_API_WSS_ROOT"] } } } diff --git a/frontend/version.json b/frontend/version.json index eb7b4a3a..19993a64 100644 --- a/frontend/version.json +++ b/frontend/version.json @@ -1 +1 @@ -{"version":"1.1.0","build_id":7,"total_build":24} \ No newline at end of file +{"version":"1.1.0","build_id":8,"total_build":25} \ No newline at end of file