Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
longsawyer committed May 21, 2021
1 parent da44597 commit 5737d45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ spring:
- id: order
uri: http://localhost:8081
predicates:
- Path=/order/** /orders/** /orderStatuses/**
- Path=/order/**,/orders/**,/orderStatuses/**
- id: assignment
uri: http://localhost:8082
predicates:
- Path=/assignments/**
- Path=/assignments/**,/assignment/**
- id: installation
uri: http://localhost:8083
predicates:
- Path=/installations/**
- Path=/installations/**,/installation/**
globalcors:
corsConfigurations:
'[/**]':
Expand All @@ -42,15 +42,15 @@ spring:
- id: order
uri: http://order:8080
predicates:
- Path=/order/** /orders/** /orderStatuses/**
- Path=/order/**,/orders/**,/orderStatuses/**
- id: assignment
uri: http://assignment:8080
predicates:
- Path=/assignment/** /assignments/**
- Path=/assignment/**,/assignments/**
- id: installation
uri: http://installation:8080
predicates:
- Path=/installation/** /installations/**
- Path=/installation/**,/installations/**
globalcors:
corsConfigurations:
'[/**]':
Expand Down

0 comments on commit 5737d45

Please sign in to comment.