feat: ✨ almost done
frontend missing yet
This commit is contained in:
@@ -13,18 +13,5 @@ func Router(h *handlers.Handlers, app *config.App) *gin.Engine {
|
||||
|
||||
r.GET("/tvshow", h.GetTVShow)
|
||||
|
||||
// app.Use(recover.New())
|
||||
|
||||
// app.Static("/js", "./views/js")
|
||||
// app.Static("/css", "./views/css")
|
||||
|
||||
// app.Get("/", handlers.Repo.Index)
|
||||
// app.Get("/another", handlers.Repo.Another)
|
||||
// app.Get("/tv-show", handlers.Repo.GetAllChapters)
|
||||
|
||||
// dev := app.Group("/dev")
|
||||
// dev.Get("/ping", handlers.Repo.Ping)
|
||||
// dev.Get("/panic", handlers.Repo.Panic)
|
||||
|
||||
return r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user