Browse Source

Fixed analytic in dashboard.

Hintay 3 years ago
parent
commit
271410d9e9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frontend/src/lib/utils/index.js
  2. 1 1
      frontend/version.json

+ 1 - 1
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"]
         }
     }
 }

+ 1 - 1
frontend/version.json

@@ -1 +1 @@
-{"version":"1.1.0","build_id":7,"total_build":24}
+{"version":"1.1.0","build_id":8,"total_build":25}