Skip to content

Commit

Permalink
feat: user-service gateway 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuChaeHyun committed Oct 23, 2023
1 parent e89afe1 commit 874d05f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ spring:
- id: Management-Service
uri: http://3.35.179.234:8080/
predicates:
- Path=/api/**
- Path=/api/**
- id: User-Service
uri: http://15.164.100.22:8081/
predicates:
- Path=/user-service/**

0 comments on commit 874d05f

Please sign in to comment.