Update vite.config.js

parent e1a39540
...@@ -8,8 +8,8 @@ export default defineConfig(() => ({ ...@@ -8,8 +8,8 @@ export default defineConfig(() => ({
server: { server: {
port: 3000, port: 3000,
proxy: { proxy: {
'/api/socket': 'ws://localhost:8082', '/api/socket': 'ws://159.223.55.181:8082/:8082',
'/api': 'http://localhost:8082', '/api': 'http://159.223.55.181:8082/:8082',
}, },
}, },
build: { 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