swagger
This commit is contained in:
@@ -45,6 +45,7 @@ spring:
|
||||
- Path=/api/rag/actuator/**
|
||||
filters:
|
||||
- RewritePath=/api/rag/actuator(?<segment>/?.*), /actuator${segment}
|
||||
- AddRequestHeader=X-Forwarded-Prefix, /api/rag
|
||||
|
||||
# RAG Service - API endpoints
|
||||
- id: rag-service-api
|
||||
@@ -54,6 +55,7 @@ spring:
|
||||
- Method=GET,POST,PUT,DELETE
|
||||
filters:
|
||||
- RewritePath=/api/rag(?<segment>/?.*), ${segment}
|
||||
- AddRequestHeader=X-Forwarded-Prefix, /api/rag
|
||||
|
||||
# Analytics Service (will be added later)
|
||||
# - id: analytics-service-api
|
||||
|
||||
Reference in New Issue
Block a user