rename debug path to raw

This commit is contained in:
Gianni Carafa
2023-11-02 19:19:13 +01:00
parent ec7f2089fc
commit 45a3fe2adf
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/gofiber/fiber/v2"
)
func Debug(c *fiber.Ctx) error {
func Raw(c *fiber.Ctx) error {
// Get the url from the URL
urlQuery := c.Params("*")