Added account page with subpage select
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"projectreshoot/view/page"
|
||||
)
|
||||
|
||||
func HandleProfile() http.Handler {
|
||||
func HandleProfilePage() http.Handler {
|
||||
return http.HandlerFunc(
|
||||
func(w http.ResponseWriter, r *http.Request) {
|
||||
page.Profile().Render(r.Context(), w)
|
||||
|
||||
Reference in New Issue
Block a user