Skip to content

Commit

Permalink
Update x509.go to fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Oct 15, 2024
1 parent 768de33 commit be296d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x509.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func x509ProxyServer() {

// Only expose debug endpoints (pprof, expvar) if the client IP is allowed
http.HandleFunc("/debug/", debugHandler)

// the request handler
http.HandleFunc("/", x509RequestHandler)

Expand Down

0 comments on commit be296d0

Please sign in to comment.