create new html views
This commit is contained in:
@@ -10,7 +10,6 @@ func SetupRoutes(app *app.Application) *chi.Mux {
|
||||
r := chi.NewRouter()
|
||||
|
||||
r.Get("/", app.ProjectHandler.InitPage)
|
||||
r.Get("/about", app.ProjectHandler.AboutPage)
|
||||
r.Get("/projects", app.ProjectHandler.ProjectsPage)
|
||||
return r
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user