From 3e95bb581e8f055037ed649c94053437f11276e5 Mon Sep 17 00:00:00 2001 From: mycodedoesnotcompile2 <149587341+mycodedoesnotcompile2@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:56:33 +0000 Subject: [PATCH] Update api.go --- api/api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/api.go b/api/api.go index c0c59ee..dbf0424 100644 --- a/api/api.go +++ b/api/api.go @@ -44,6 +44,7 @@ func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine //req_code, req_body, req_errs := c.Request().String() //log.Printf("RESPONSE: %s | %s | %s ", req_code, req_body, req_errs) //log.Printf("REQUEST: %s", c.Request().Body()) + log.Printf("RESP: %s", string(c.Request().String())) return nil }, ModifyResponse: func(c *fiber.Ctx) error {