mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Complete WebSocket
This commit is contained in:
@@ -25,7 +25,8 @@ export default defineConfig({
|
||||
"/api": {
|
||||
target: "http://127.0.0.1:8300/",
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, "")
|
||||
rewrite: (path) => path.replace(/^\/api/, ""),
|
||||
ws: true
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user