Update vite.config.js

parent e1a39540
......@@ -8,8 +8,8 @@ export default defineConfig(() => ({
server: {
port: 3000,
proxy: {
'/api/socket': 'ws://localhost:8082',
'/api': 'http://localhost:8082',
'/api/socket': 'ws://159.223.55.181:8082/:8082',
'/api': 'http://159.223.55.181:8082/:8082',
},
},
build: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment