1
0
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:
Awilum
2020-02-18 15:58:36 +03:00
parent 7260db4862
commit f1d801ef9f

View File

@@ -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