Fix small issues.

This commit is contained in:
Yang Luo
2021-05-23 23:38:38 +08:00
parent 02edb89602
commit 31d981baf1
5 changed files with 12 additions and 4 deletions

View File

@ -88,6 +88,7 @@ p, *, *, POST, /api/unlink, *, *
p, *, *, POST, /api/set-password, *, *
p, *, *, POST, /api/send-verification-code, *, *
p, *, *, GET, /api/get-human-check, *, *
p, *, *, POST, /api/reset-email-or-phone, *, *
`
sa := stringadapter.NewAdapter(ruleText)