@@ -0,0 +1,6 @@
package main
func (s *server) routes() {
s.router.HandleFunc("/", s.handleIndex()).Methods("GET")
s.router.HandleFunc("/oauth/redirect", s.handleRedirect()).Methods("GET")
}
The note is not visible to the blocked user.