Point avatar and View Profile at own person page; drop the profile page

This commit is contained in:
Ian Gulliver
2026-08-16 14:13:54 -07:00
parent b9bb8629a8
commit 440b3f11de
4 changed files with 6 additions and 45 deletions
-1
View File
@@ -48,7 +48,6 @@ func Register(mux *http.ServeMux, cache *Cache, mapsKey string) {
mux.HandleFunc("GET /"+section, a.page)
}
mux.HandleFunc("GET /my-family", a.myFamily)
mux.HandleFunc("GET /profile", a.page)
mux.HandleFunc("GET /people/{email}", a.page)
mux.HandleFunc("GET /families/{key}", a.page)
mux.HandleFunc("GET /classrooms/{name}", a.page)