Skip to content

Commit 55c2350

Browse files
committed
Fixed fail in path
Signed-off-by: Toomore Chiang <[email protected]>
1 parent f7155e7 commit 55c2350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/setting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def api_token() -> str | ResponseBase:
329329
return make_response({}, 404)
330330

331331

332-
@VIEW_SETTING.route('/waitting')
332+
@VIEW_SETTING.route('/mails')
333333
def mails() -> str | ResponseBase:
334334
''' about mails '''
335335
if request.method == 'GET':

0 commit comments

Comments
 (0)