Update api.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 11:55:48 +00:00 committed by GitHub
parent 21bea85895
commit 500eca390f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine
//return nil
//res_code, res_body, res_errs := c.Response().String()
//log.Printf("RESPONSE: %s | %s | %s ", res_code, res_body, res_errs)
log.Printf("RESP: %s", string(c.Response().Body()))
log.Printf("RESP: %s", string(c.Response().String()))
return nil
},
}))