Skip to content

Commit

Permalink
Match both /healthz/ and /heatlhz.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Nov 30, 2020
1 parent 7c60482 commit f49d841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redirector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def revision():


@route('/healthz')
@route('/healthz/')
def healthz():
return 'OK'

Expand Down

0 comments on commit f49d841

Please sign in to comment.