Added ability to edit user info

This commit is contained in:
2024-03-11 21:08:27 +01:00
parent f10220f936
commit 697939a17a
12 changed files with 337 additions and 191 deletions

View File

@@ -47,6 +47,7 @@ func main() {
mux.HandleFunc("GET /create-tag/", view.CreateTag)
mux.HandleFunc("GET /create-user/", view.CreateUser)
mux.HandleFunc("GET /edit-user/", view.EditUser(db, store))
mux.HandleFunc("GET /hub/", view.ShowHub(db, store))
mux.HandleFunc("GET /rejected-articles/", view.ShowRejectedArticles(db, store))
mux.HandleFunc("GET /rss/", view.ShowRSS(