function rename

This commit is contained in:
2026-05-05 11:56:58 -06:00
parent 57d871b7db
commit 745caa5107
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/ewpt3ch/pkgstash/internal/cache" "github.com/ewpt3ch/pkgstash/internal/cache"
) )
func (s *Server) handlePackage(w http.ResponseWriter, req *http.Request) { func (s *Server) handlerPackage(w http.ResponseWriter, req *http.Request) {
// db files are not signed so we ignore as to not spam mirrors // db files are not signed so we ignore as to not spam mirrors
if strings.HasSuffix(req.PathValue("file"), ".db.sig") { if strings.HasSuffix(req.PathValue("file"), ".db.sig") {