Skip to content

Commit

Permalink
add acme log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry committed Apr 15, 2024
1 parent da91957 commit ce39321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/controllers/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func AcmeChallenge(w http.ResponseWriter, r *http.Request) {
if exist {
w.Write([]byte(auth.KeyAuth))
} else {
log.Errorf("AcmeChallenge Error Token Infos:%+v", instance.AuthInfo)
http.NotFound(w, r)
}
}
Expand Down

0 comments on commit ce39321

Please sign in to comment.