刘兆录
/
project-config
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a8a5b9bd5fdd6ce4695bfdb179beda87ca8e89ec
Authored by
liuzhaolu
2018-01-26 11:35:15 +0800
1 parent
eef1379a
更改过滤器
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
config-repo/api-gateway.yml
config-repo/api-gateway.yml
View file @
a8a5b9b
...
...
@@ -4,10 +4,13 @@ server:
4
4
zuul:
5
5
SendErrorFilter:
6
6
error:
7
- disable:
tru
e
7
+ disable:
fals
e
8
8
ThrowExceptionFilter:
9
9
pre:
10
10
disable: true
11
+ ErrorFilter:
12
+ error:
13
+ disable: true
11
14
prefix: /api
12
15
add-host-header: true
13
16
routes:
...
...