fix (wip)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user