fixed network config and wrong paths in frontend

This commit is contained in:
2025-12-29 22:12:39 +01:00
parent 610fd74e89
commit fb514f1efe
14 changed files with 599 additions and 36 deletions

View File

@@ -15,5 +15,5 @@ async function init() {
init()
export const API = 'http://192.168.1.183:8081'
export const API_WS = 'ws://192.168.1.183:8081/ws'
export const API = 'http://192.168.1.147:8081'
export const API_WS = 'ws://192.168.1.147:8081/ws'