mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2025-12-17 23:15:58 +00:00
Update api.go
This commit is contained in:
parent
500eca390f
commit
3e95bb581e
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user