Add /api/health API

This commit is contained in:
Yang Luo
2023-05-16 21:47:34 +08:00
parent 0217e359e7
commit 3d9b305bbb
3 changed files with 12 additions and 0 deletions

View File

@ -88,6 +88,7 @@ p, *, *, GET, /api/logout, *, *
p, *, *, GET, /api/get-account, *, *
p, *, *, GET, /api/userinfo, *, *
p, *, *, GET, /api/user, *, *
p, *, *, GET, /api/health, *, *
p, *, *, POST, /api/webhook, *, *
p, *, *, GET, /api/get-webhook-event, *, *
p, *, *, GET, /api/get-captcha-status, *, *