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

This commit is contained in:
2025-05-06 21:16:23 -07:00
parent b281d8b8b8
commit eeef710af7
+1 -1
View File
@@ -150,4 +150,4 @@ func getAllRoutes(router *chi.Mux) []string {
_ = chi.Walk(router, walkFunc)
return routes
}
}