Add /api/oauth/token API.

This commit is contained in:
Yang Luo
2021-03-14 00:08:59 +08:00
parent 85523fa9d4
commit 202a94a8e5
5 changed files with 45 additions and 6 deletions

View File

@ -71,6 +71,7 @@ p, *, *, POST, /api/login, *, *
p, *, *, POST, /api/logout, *, *
p, *, *, GET, /api/get-account, *, *
p, *, *, GET, /api/auth/login, *, *
p, *, *, GET, /api/oauth/token, *, *
p, *, *, GET, /api/get-application, *, *
p, *, *, GET, /api/get-users, *, *
p, *, *, GET, /api/get-user, *, *