feat: menu
This commit is contained in:
@@ -35,12 +35,15 @@ class AuthController extends AbstractController
|
||||
return (new RoleMenuService)->del();
|
||||
}
|
||||
|
||||
#[RequestMapping(path: "menu_list", methods: "GET")]
|
||||
public function menu_list()
|
||||
{
|
||||
return (new RoleMenuService)->handle();
|
||||
}
|
||||
|
||||
public function mean()
|
||||
#[RequestMapping(path: "menu", methods: "GET")]
|
||||
#[Scene(scene: "menu_info")]
|
||||
public function menu(AuthRequest $request)
|
||||
{
|
||||
return (new RoleMenuService)->details();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user