Skip to content

Commit 7a46b36

Browse files
committed
Fix apigw ports
1 parent ef1a2f7 commit 7a46b36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/api-gw/src/main/resources/application.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ spring:
88
mvc:
99
routes:
1010
- id: genai
11-
uri: http://genai-service:8000
11+
uri: http://genai-service
1212
predicates:
1313
- Path=/genai/**
1414
- id: user
15-
uri: http://user-service:8081
15+
uri: http://user-service
1616
predicates:
1717
- Path=/user/**
1818
- id: chat
19-
uri: http://chat-service:8082
19+
uri: http://chat-service
2020
predicates:
2121
- Path=/chat/**
2222
security:

0 commit comments

Comments
 (0)