From eeef710af778c60c0934fc3eec6a0de80e64bd35 Mon Sep 17 00:00:00 2001 From: rogueking Date: Tue, 6 May 2025 21:16:23 -0700 Subject: [PATCH] test for video --- internal/router/router_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/router/router_test.go b/internal/router/router_test.go index 36bdd53..c7a3154 100644 --- a/internal/router/router_test.go +++ b/internal/router/router_test.go @@ -150,4 +150,4 @@ func getAllRoutes(router *chi.Mux) []string { _ = chi.Walk(router, walkFunc) return routes -} \ No newline at end of file +}