Update URLs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-06 19:20:03 -07:00
parent 987bd149b4
commit 5668ade167
3 changed files with 17 additions and 14 deletions

View File

@@ -14,8 +14,6 @@ import (
//go:embed badge-logo.txt
var logoData string
var _ http.HandlerFunc
func handleBadge() http.HandlerFunc {
return func(res http.ResponseWriter, req *http.Request) {
repo := chi.URLParam(req, "repo")