Skip to content

Commit 02efbe5

Browse files
author
danil-nizamov
committed
updated ports
1 parent c4848ac commit 02efbe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vite.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ export default defineConfig({
99
port: 3000,
1010
proxy: {
1111
'/message': {
12-
target: 'http://localhost:3000',
12+
target: 'http://localhost:3001',
1313
changeOrigin: true
1414
},
1515
'/save-stats': {
16-
target: 'http://localhost:3000',
16+
target: 'http://localhost:3001',
1717
changeOrigin: true
1818
},
1919
'/ws': {
20-
target: 'ws://localhost:3000',
20+
target: 'ws://localhost:3001',
2121
ws: true,
2222
changeOrigin: true
2323
}

0 commit comments

Comments
 (0)