Commit 855353bfe2f87a5cae4c2280893b0dc58184ac1f

Authored by liuzhaolu
1 parent 83e6998f

更改配置

Showing 1 changed file with 3 additions and 0 deletions
config-repo/api-gateway.yml
... ... @@ -5,6 +5,9 @@ zuul:
5 5 SendErrorFilter:
6 6 error:
7 7 disable: true
  8 + ThrowExceptionFilter:
  9 + pre:
  10 + disable: true
8 11 prefix: /api
9 12 add-host-header: true
10 13 routes:
... ...