some tweaks in getting episodes

This commit is contained in:
2024-11-06 22:35:15 +01:00
parent 3d71a16633
commit 90c21a1f55
6 changed files with 31 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ func Router(h *handlers.Handlers, app *config.App) *gin.Engine {
gin.SetMode(app.AppInfo.GinMode)
r := gin.New()
r.GET("/ping", h.Ping)
r.GET("/tvshow", h.GetTVShow)
return r