Skip to content

Commit

Permalink
Fixed fail in path
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Oct 30, 2022
1 parent f7155e7 commit 55c2350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def api_token() -> str | ResponseBase:
return make_response({}, 404)


@VIEW_SETTING.route('/waitting')
@VIEW_SETTING.route('/mails')
def mails() -> str | ResponseBase:
''' about mails '''
if request.method == 'GET':
Expand Down

0 comments on commit 55c2350

Please sign in to comment.