feat: update
This commit is contained in:
@@ -5,5 +5,9 @@ import (
|
||||
)
|
||||
|
||||
func (f *Middlewares) DebugMode(c fiber.Ctx) error {
|
||||
// fullURI := c.Request().URI().FullURI()
|
||||
// host := c.BaseURL()
|
||||
// fmt.Println(strings.Split(c.Path(), "/"))
|
||||
// return c.SendString(c.Params("tenant", "no tenant: "+c.Path()))
|
||||
return c.Next()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user