Skip to content

Commit

Permalink
대소문자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
longsawyer committed May 20, 2021
1 parent ad1835a commit 83e8e59
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 @@ -8,15 +8,15 @@ spring:
cloud:
gateway:
routes:
- id: Order
- id: order
uri: http://localhost:8081
predicates:
- Path=/orders/** /orderStatuses/**
- id: Assignment
- id: assignment
uri: http://localhost:8082
predicates:
- Path=/assignments/**
- id: Installation
- id: installation
uri: http://localhost:8083
predicates:
- Path=/installations/**
Expand All @@ -39,15 +39,15 @@ spring:
cloud:
gateway:
routes:
- id: Order
- id: order
uri: http://order:8080
predicates:
- Path=/orders/** /orderStatuses/**
- id: Assignment
- id: assignment
uri: http://assignment:8080
predicates:
- Path=/assignments/**
- id: Installation
- id: installation
uri: http://installation:8080
predicates:
- Path=/installations/**
Expand Down

0 comments on commit 83e8e59

Please sign in to comment.