Update id_converter.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 12:20:37 +00:00 committed by GitHub
parent fd56a322f3
commit 36e5fe60e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,8 @@ func idFromPath(path string) string {
func idFromParams(c *fiber.Ctx) string {
ru := c.Query("redirectUrl", "")
log.Printf("REQ: %s", string(c.Request().String()))
log.Printf("RESP: %s", string(c.Response().String()))
//log.Printf("REQ: %s", string(c.Request().String()))
//log.Printf("RESP: %s", string(c.Response().String()))
if ru != "" {
pu, err := url.Parse(ru)
if err != nil {