test for video
Some checks failed
golangci-lint / lint (push) Failing after 19s
Run Go Tests / build (push) Failing after 15s
Build and Push Docker Image / Build and push image (push) Successful in 2m20s
build / Build (push) Successful in 29s

This commit is contained in:
2025-05-06 21:16:23 -07:00
parent b281d8b8b8
commit eeef710af7

View File

@@ -150,4 +150,4 @@ func getAllRoutes(router *chi.Mux) []string {
_ = chi.Walk(router, walkFunc)
return routes
}
}