.net10 сервер с рабочими звонками и файлами

This commit is contained in:
Халимов Рустам
2026-03-12 01:48:58 +03:00
parent 50d4d75c04
commit d025c98e61
741 changed files with 35231 additions and 1863 deletions
+4 -4
View File
@@ -8,15 +8,15 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:3001',
target: 'http://localhost:5059',
changeOrigin: true,
},
'/uploads': {
target: 'http://localhost:3001',
target: 'http://localhost:5059',
changeOrigin: true,
},
'/socket.io': {
target: 'http://localhost:3001',
'/hubs': {
target: 'http://localhost:5059',
ws: true,
changeOrigin: true,
},