mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 17:24:10 +00:00
add publickey list
This commit is contained in:
parent
e246f2188e
commit
8e821c75d7
6 changed files with 45 additions and 6 deletions
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue