Commit 046f8f6a authored by Cloud User's avatar Cloud User

asyncMode default value is true

parent b1ffa4d0
...@@ -1128,7 +1128,7 @@ func ApiOrJWT(c *fiber.Ctx) error { ...@@ -1128,7 +1128,7 @@ func ApiOrJWT(c *fiber.Ctx) error {
Bytes: pbBytes, Bytes: pbBytes,
} }
asyncMode := false asyncMode := true
// for k, v := range reqHeaders { // for k, v := range reqHeaders {
// fmt.Println("k-------", k, "v", v) // fmt.Println("k-------", k, "v", v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment