Updated gateway cors

This commit is contained in:
2026-03-17 19:52:47 +03:00
parent 8441302446
commit b3351c88ff
+1 -1
View File
@@ -40,7 +40,7 @@ spring:
- Path=/core/** - Path=/core/**
- Method=GET,POST,PUT,DELETE,OPTIONS - Method=GET,POST,PUT,DELETE,OPTIONS
filters: filters:
- RewritePath=/core/(?<segment>.*), /${segment} - RewritePath=/core/(?<path>.*), /$\{path}
- name: AuthFilter - name: AuthFilter
- name: RequestRateLimiter - name: RequestRateLimiter
args: args: