all working

This commit is contained in:
2025-01-28 21:59:53 +01:00
parent 1786100052
commit 955ac89c1a
28 changed files with 3355 additions and 2300 deletions
+1
View File
@@ -7,6 +7,7 @@ import (
func router(h *handlers.Handlers, r *fiber.App) {
r.Get("/", h.GetIndex)
r.Get("/tvshow", h.GetTVShow)
}