feat: update
This commit is contained in:
@@ -9,5 +9,6 @@ type Controller struct {
|
||||
|
||||
// List
|
||||
func (c *Controller) List(ctx fiber.Ctx) error {
|
||||
return ctx.SendString(ctx.Params("tenant", "no tenant"))
|
||||
return ctx.JSON(nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user