Skip to content

Commit

Permalink
feature/blog-provider-application-routes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Jun 2, 2024
1 parent ded52e8 commit 427dac3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spring:
uri: lb://user-provider-application
predicates:
- Path=/user-provider/**
- id: blog-provider-application
uri: lb://blog-provider-application
predicates:
- Path=/blog-provider/**

eureka:
instance:
Expand Down

0 comments on commit 427dac3

Please sign in to comment.