small refactor

This commit is contained in:
yusing
2025-01-09 14:07:11 +08:00
parent 2ce1ceb460
commit 8109c9ac4f
4 changed files with 10 additions and 6 deletions

View File

@@ -58,4 +58,4 @@ func checkHost(f http.HandlerFunc) http.HandlerFunc {
LogDebug(r).Interface("headers", r.Header).Msg("API request")
f(w, r)
}
}
}