feat: add tenant commands
This commit is contained in:
@@ -30,7 +30,6 @@ func (r *Router) Prepare() error {
|
||||
|
||||
func (r *Router) Register() any {
|
||||
r.group.Get("", r.controller.List)
|
||||
r.group.Get("{id}", r.controller.Show)
|
||||
|
||||
return r.app
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user