style: Developer Portal 헤더를 본문 container 정렬 기준에 맞추어 레이아웃 수정 및 버전 뱃지 추가

This commit is contained in:
jade
2026-07-13 13:31:17 +09:00
parent a6f00d506b
commit 8ac1560833
2 changed files with 13 additions and 8 deletions

View File

@@ -1,11 +1,13 @@
spring.application.name=axhub-admin
# Gateway Fallback Routing (For unregistered tools)
mcp.gateway.fallback.routes.email=http://tool-email:8083
mcp.gateway.fallback.routes.sms=http://tool-sms:8082
mcp.gateway.fallback.routes.hr=http://tool-hr:8086
mcp.gateway.fallback.routes.payment=http://tool-payment:8085
mcp.gateway.fallback.routes.email=http://tool-email:8083
mcp.gateway.fallback.default-url=http://tool-other:8084
mcp.gateway.fallback.routes.payment=http://tool-payment:8085
mcp.gateway.fallback.routes.hr=http://tool-hr:8086
server.port=8081
server.http2.enabled=true