test for video
Some checks failed
Build and Push Docker Image / Build and push image (push) Successful in 2m27s
golangci-lint / lint (push) Failing after 20s
Run Go Tests / build (push) Failing after 13s
build / Build (push) Successful in 38s

This commit is contained in:
2025-05-06 20:56:54 -07:00
parent d975bea218
commit c065df7163

View File

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