front to consta

clean dotnet backend
This commit is contained in:
2026-01-20 17:17:22 +05:00
parent cae6a7795b
commit 2b1357e981
28 changed files with 831 additions and 1083 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: process.env.VITE_API_TARGET || 'http://localhost:8000',
target: process.env.VITE_API_TARGET || 'http://localhost:8001',
changeOrigin: true,
}
}