feat(owner-vue): owner vue에 카테고리 얻어오는 기능 추가
owner vue에 카테고리 얻어오는 기능 추가
This commit is contained in:
@@ -14,6 +14,16 @@ spring:
|
||||
|
||||
cloud:
|
||||
gateway:
|
||||
globalcors:
|
||||
cors-configurations:
|
||||
'[/**]':
|
||||
allowedOrigins: "http://localhost:8080"
|
||||
allowedMethods:
|
||||
- POST
|
||||
- GET
|
||||
- PUT
|
||||
- OPTIONS
|
||||
- DELETE
|
||||
routes:
|
||||
- id: owner-frontend-service
|
||||
uri: lb://OWNER-FRONTEND-SERVICE
|
||||
@@ -38,4 +48,10 @@ spring:
|
||||
predicates:
|
||||
- Path=/user-service/**
|
||||
filters:
|
||||
- RewritePath=/user-service/(?<segment>.*),/$\{segment}
|
||||
- RewritePath=/user-service/(?<segment>.*),/$\{segment}
|
||||
- id: owner-vue
|
||||
uri: http://localhost:8080
|
||||
predicates:
|
||||
- Path=/owner-vue/**
|
||||
filters:
|
||||
- RewritePath=/owner-vue/(?<segment>.*),/$\{segment}
|
||||
Reference in New Issue
Block a user