Skip to content

Commit

Permalink
25 support service (#41)
Browse files Browse the repository at this point in the history
* add support service path to gateway
  • Loading branch information
serhiibabanov authored Jun 26, 2024
1 parent 64aac59 commit 3f7bd16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend-gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spring:
uri: lb://service-subscribe
predicates:
- Path=/api/unsubscribe
- id: service-support-id
uri: lb://service-support
predicates:
- Path=/api/support

eureka:
client:
Expand Down

0 comments on commit 3f7bd16

Please sign in to comment.