mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
fix some lint issues
This commit is contained in:
@@ -152,7 +152,7 @@ func renderMessagePage(w http.ResponseWriter, title, body string, statusCode int
|
||||
}
|
||||
|
||||
func renderInternalServerErrorPage(w http.ResponseWriter, err error) {
|
||||
renderMessagePage(w, page500Title, page400Title, http.StatusInternalServerError, err, "")
|
||||
renderMessagePage(w, page500Title, page500Body, http.StatusInternalServerError, err, "")
|
||||
}
|
||||
|
||||
func renderBadRequestPage(w http.ResponseWriter, err error) {
|
||||
|
||||
Reference in New Issue
Block a user