figure out how socketio works
This commit is contained in:
parent
c2cf582ca4
commit
59dfbbeca9
5 changed files with 399 additions and 3 deletions
|
@ -10,6 +10,11 @@ export default defineConfig({
|
|||
target: "http://backend:5000",
|
||||
changeOrigin: false,
|
||||
secure: false
|
||||
},
|
||||
'/ws': {
|
||||
target: "http://backend:5000",
|
||||
changeOrigin: false,
|
||||
secure: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue