This commit is contained in:
root
2025-09-14 16:38:41 +05:00
parent c8dc5f5ee5
commit a6ed140474
2 changed files with 22 additions and 65 deletions
-18
View File
@@ -24,24 +24,6 @@ spring:
order: 100 # <-- Низкий приоритет (сработает последним)
# CORS обрабатывается через CorsHeaderFilter
globalcors:
cors-configurations:
'[/**]':
allowed-origins:
- 'https://konturai.kz'
- 'http://localhost:*'
- 'http://127.0.0.1:*'
- 'https://localhost:*'
- 'https://127.0.0.1:*'
allowed-methods:
- GET
- POST
- PUT
- DELETE
- OPTIONS
allowed-headers: '*'
allow-credentials: true
max-age: 3600
# Логирование для отладки маршрутизации
logging: