mirror of
https://github.com/flextype/flextype.git
synced 2025-08-16 10:04:21 +02:00
feat(admin-plugin): remove profile route
This commit is contained in:
@@ -17,7 +17,6 @@ $app->group('/' . $admin_route, function () use ($app) : void {
|
||||
$app->get('', 'DashboardController:index')->setName('admin.dashboard.index');
|
||||
|
||||
// UsersController
|
||||
$app->get('/profile', 'UsersController:profile')->setName('admin.users.profile');
|
||||
$app->post('/logout', 'UsersController:logoutProcess')->setName('admin.users.logoutProcess');
|
||||
|
||||
// EntriesController
|
||||
|
Reference in New Issue
Block a user