nothing
Jes Olson j3s@c3f.net
Sat, 13 May 2023 23:07:02 -0700
M
main.go
→
main.go
@@ -8,7 +8,8 @@
func main() { s := New() mux := http.NewServeMux() - // handles /, /<username>, and 404 + + // rootHandler handles /, /<username>, and 404 mux.HandleFunc("/", s.rootHandler) mux.HandleFunc("/feeds", s.feedsHandler) mux.HandleFunc("/feeds/submit", s.feedsSubmitHandler)