Lots of changes to the website
This commit is contained in:
@@ -69,6 +69,7 @@ func main() {
|
||||
mux.HandleFunc("POST /hire", h.HirePost)
|
||||
mux.HandleFunc("GET /resume", h.Resume)
|
||||
mux.HandleFunc("POST /newsletter", h.NewsletterPost)
|
||||
mux.HandleFunc("GET /changelog", h.Changelog)
|
||||
mux.HandleFunc("GET /sitemap.xml", h.Sitemap)
|
||||
|
||||
// Admin routes (auth handled per-handler)
|
||||
|
||||
Reference in New Issue
Block a user