edit the layout handling and add cv download
This commit is contained in:
@@ -12,5 +12,6 @@ func SetupRoutes(app *app.Application) *chi.Mux {
|
||||
r.Get("/", app.ApiHandler.InitPage)
|
||||
r.Get("/projects", app.ApiHandler.ProjectsPage)
|
||||
r.Get("/experience", app.ApiHandler.ExperiencePage)
|
||||
r.Get("/download", app.ApiHandler.MakeDownloadLink)
|
||||
return r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user