fixed network config and wrong paths in frontend
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user