Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nothing0012 committed Jan 1, 2024
1 parent 3e49a19 commit 51a8f50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/config/middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func setupRecoveryMiddleware() *negroni.Recovery {
}

/*
*
setupJWTAuthMiddleware setup an JWTMiddleware from the ENV config
*/
func setupJWTAuthMiddleware() *jwtAuth {
Expand Down Expand Up @@ -223,7 +222,6 @@ func (a *jwtAuth) ServeHTTP(w http.ResponseWriter, req *http.Request, next http.
}

/*
*
setupBasicAuthMiddleware setup an BasicMiddleware from the ENV config
*/
func setupBasicAuthMiddleware() *basicAuth {
Expand Down

0 comments on commit 51a8f50

Please sign in to comment.