gofmt middleware.go
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 40s
CI / test-go-edu-search (push) Successful in 30s
CI / test-python-klausur (push) Failing after 2m27s
CI / test-python-agent-core (push) Successful in 19s
CI / test-nodejs-website (push) Successful in 22s

This commit is contained in:
Benjamin Admin
2026-05-22 08:58:11 +02:00
parent 306886a42b
commit 65e7ed94f6
@@ -54,7 +54,7 @@ func RequestLogger() gin.HandlerFunc {
if status >= 400 {
gin.DefaultWriter.Write([]byte(
c.Request.Method + " " + path + " " +
http.StatusText(status) + " " + latency.String() + "\n",
http.StatusText(status) + " " + latency.String() + "\n",
))
}
}