update:user endpoint (#17)

This commit is contained in:
Sakurasan
2023-06-11 20:12:53 +08:00
parent f4e947b377
commit 06bd5e048b
3 changed files with 57 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ func main() {
// 获取当前用户信息
group.GET("/me", router.HandleMe)
group.GET("/me/usages", router.HandleMeUsage)
// 获取所有Key
group.GET("/keys", router.HandleKeys)