1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

ui for user/profile page, only skeleton

This commit is contained in:
FuXiaoHei
2014-03-02 21:47:55 +08:00
parent ffcfd428b8
commit ffe0ba562c
8 changed files with 125 additions and 3 deletions

1
web.go
View File

@@ -54,6 +54,7 @@ func runWeb(*cli.Context) {
m.Any("/sign-up", user.SignUp)
m.Any("/user/signup", user.SignUp)
m.Get("/user/profile", user.Profile) // should be /username
m.Any("/user/delete", user.Delete)
m.Any("/user/publickey/add", user.AddPublicKey)
m.Any("/repo/create", repo.Create)