From 2d48af0882ef54f6b1844f01f63dfac3e59adf6a Mon Sep 17 00:00:00 2001 From: mycodedoesnotcompile2 <149587341+mycodedoesnotcompile2@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:46:09 +0000 Subject: [PATCH] Update api.go --- api/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.go b/api/api.go index f36f2f1..153b4ba 100644 --- a/api/api.go +++ b/api/api.go @@ -42,7 +42,7 @@ func RegisterRoutes(ctx context.Context, wg *sync.WaitGroup, engine *html.Engine //c.Request().Header.Add("X-Real-IP", c.IP()) //return nil req_code, req_body, req_errs := c.String() - log.Printf("REQUEST: %s", req_body) + log.Printf("RESPONSE: %s | %s | %s ", req_code, req_body, req_errs) return nil }, ModifyResponse: func(c *fiber.Ctx) error {