CUB-182: Chi router setup with auth middleware and graceful shutdown

This commit is contained in:
2026-05-18 17:47:06 -04:00
parent c0b2b4cf57
commit 7a0a76bbd5
5 changed files with 68 additions and 8 deletions
-1
View File
@@ -3,7 +3,6 @@ package auth
import (
"net/http"
"strings"
)
// Middleware returns a Chi middleware that validates the X-API-Key header.