as view
This commit is contained in:
@@ -61,6 +61,15 @@ spring:
|
||||
- RewritePath=/api/rag(?<segment>/?.*), ${segment}
|
||||
- AddRequestHeader=X-Forwarded-Prefix, /api/rag
|
||||
|
||||
# Analytics Service - API endpoints
|
||||
- id: analytics-service-api
|
||||
uri: lb://analytics-service
|
||||
predicates:
|
||||
- Path=/api/analytics/**
|
||||
- Method=GET,POST
|
||||
filters:
|
||||
- AddRequestHeader=X-Forwarded-Prefix, /api/analytics
|
||||
|
||||
# ---- JWT ----
|
||||
jwt:
|
||||
secret: ${JWT_SECRET:}
|
||||
|
||||
Reference in New Issue
Block a user