@@ -9,7 +9,7 @@ type Router interface {
GET(path string, h Handler)
POST(path string, h Handler)
Static(path string, root http.FileSystem)
NotFound(path string. h Handler)
NotFound(path string, h Handler)
GetRoutes() []*Route
GetStaticRoutes() []*StaticRoute
The note is not visible to the blocked user.