Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Dec 22, 2024
1 parent ec31016 commit 672d085
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cli/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ import (
"strings"
)

var excludedPaths = []string{
"/health",
"/health/liveness",
"/health/readiness",
}

// Middleware for Basic Auth
func basicAuthMiddleware(mux http.Handler, config Listen) http.Handler {
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 672d085

Please sign in to comment.