Skip to content

Commit

Permalink
refac: add status code config for circuit of gateway (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingoo33 authored Nov 3, 2023
1 parent 70a1001 commit dd1fa2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ spring:
args:
name: CB-GATEWAY
fallbackUri: forward:/fallback
statusCodes:
- 500
routes:
- id: auth
uri: lb://AUTH
Expand Down

0 comments on commit dd1fa2b

Please sign in to comment.