Сглаживающая линия #28

Merged
NBizyaev merged 9 commits from dev into main 2026-07-08 10:50:54 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 5ffe9192c1 - Show all commits

View File

@@ -1,5 +1,6 @@
branch=
DEV_API_URL=http://localhost:3101
BRANCH=
#DEV_API_URL=http://localhost:3101
DEV_API_URL=https://beta.drill.greact.ru
VITE_DIAGRAM_API_URL=http://localhost:3002
VITE_TOIR_LIGHT_ORIGIN=https://toir-light.greact.ru
VITE_KEYCLOAK_URL=https://sso.greact.ru

View File

@@ -15,7 +15,6 @@ export default defineConfig(({ mode }) => {
'/api': {
target: DEV_API_URL,
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
},
},