Browse Source

代码优化

叶君翔 3 years ago
parent
commit
6eaf610739
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lb-gateway/src/main/resources/application-dev.yml

+ 2 - 1
lb-gateway/src/main/resources/application-dev.yml

@@ -16,7 +16,8 @@ spring:
           # uri: http://www.baidu.com/
           predicates:
             #匹配所有请求路径以
-            - Path=/api/**
+#            - Path=/api/**
+            - Path=/**
 #            - Header=citycode,0512
           filters:
             - Authorize=true