Описание изменений

This commit is contained in:
2025-03-20 12:06:03 +03:00
parent 9d2a829cd6
commit fe9783e814
17 changed files with 131 additions and 620 deletions

View File

@@ -38,10 +38,10 @@ export default defineConfig({
},
server: {
port: 5173,
host: 'localhost',
host: '127.0.0.1',
proxy: {
'/api': {
target: 'http://localhost:8000',
target: 'http://127.0.0.1:8000',
changeOrigin: true,
secure: false,
credentials: true,