fix (wip)

This commit is contained in:
2025-10-26 22:35:52 +01:00
parent 6224e63fa9
commit 9406ffda01
7 changed files with 52 additions and 19 deletions

View File

@@ -87,7 +87,7 @@ func unauthorized(w http.ResponseWriter, r *http.Request) {
}
func ok(o interface{}, w http.ResponseWriter, r *http.Request) {
payload := obj.HTTPObject{
payload := obj.HTTPObject[any]{
HTTPCore: obj.HTTPCore{
Status: http.StatusOK,
Path: r.RequestURI,