refactor(gateway-services): filter service 오타 수정
This commit is contained in:
@@ -46,7 +46,7 @@ spring:
|
||||
allow-credentials: true
|
||||
routes:
|
||||
- id: order-service
|
||||
uri: lb://ORDER-SERVCIE
|
||||
uri: lb://ORDER-SERVICE
|
||||
predicates:
|
||||
- Path=/order-service/**
|
||||
filters:
|
||||
@@ -54,7 +54,7 @@ spring:
|
||||
- RewritePath=/order-service/(?<segment>.*),/$\{segment}
|
||||
|
||||
- id: store-service
|
||||
uri: lb://STORE-SERVCIE
|
||||
uri: lb://STORE-SERVICE
|
||||
predicates:
|
||||
- Path=/store-service/**
|
||||
filters:
|
||||
|
||||
@@ -39,11 +39,12 @@ spring:
|
||||
- PUT
|
||||
- OPTIONS
|
||||
- DELETE
|
||||
- PATCH
|
||||
allowedHeaders: '*'
|
||||
allow-credentials: true
|
||||
routes:
|
||||
- id: order-service
|
||||
uri: lb://ORDER-SERVCIE
|
||||
uri: lb://ORDER-SERVICE
|
||||
predicates:
|
||||
- Path=/order-service/**
|
||||
filters:
|
||||
@@ -51,7 +52,7 @@ spring:
|
||||
- RewritePath=/order-service/(?<segment>.*),/$\{segment}
|
||||
|
||||
- id: store-service
|
||||
uri: lb://STORE-SERVCIE
|
||||
uri: lb://STORE-SERVICE
|
||||
predicates:
|
||||
- Path=/store-service/**
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user