mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-28 21:41:22 +08:00
add publickey list
This commit is contained in:
1
web.go
1
web.go
@ -65,6 +65,7 @@ func runWeb(*cli.Context) {
|
||||
m.Get("/user/profile", user.Profile) // should be /username
|
||||
m.Any("/user/delete", user.Delete)
|
||||
m.Any("/user/publickey/add", user.AddPublicKey)
|
||||
m.Any("/user/publickey/list", user.ListPublicKey)
|
||||
m.Any("/repo/create", repo.Create)
|
||||
m.Any("/repo/delete", repo.Delete)
|
||||
m.Any("/repo/list", repo.List)
|
||||
|
Reference in New Issue
Block a user