|
@@ -38,7 +38,7 @@ spring:
|
|
|
uri: ${lb-servers.prescription-web}
|
|
|
predicates:
|
|
|
- Host=${host-name.mg-qa}
|
|
|
- - Path=/drugapi
|
|
|
+ - Path=/drugapi/**
|
|
|
filters:
|
|
|
- StripPrefix=1
|
|
|
- name: Auth
|
|
@@ -50,8 +50,9 @@ spring:
|
|
|
uri: ${lb-servers.ywt-mgcenter-web}
|
|
|
predicates:
|
|
|
- Host=${host-name.mg-qa}
|
|
|
- - Path=/api
|
|
|
+ - Path=/api/**
|
|
|
filters:
|
|
|
+ - StripPrefix=1
|
|
|
- name: Auth
|
|
|
args:
|
|
|
authResponse401: true
|