przejście z WS na komunikację http

This commit is contained in:
2023-12-02 23:02:08 +01:00
parent a381cf806c
commit 1a8e2231dd
7 changed files with 54 additions and 253 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export default defineComponent({
created() {
this.loadLang();
this.store.connectToAPI();
this.store.setupAPI();
this.store.isOffline = !window.navigator.onLine;