‪TYPO3CMS  10.4
Routes.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  'dashboard' => [
5  'path' => '/dashboard',
6  'target' => \TYPO3\CMS\Dashboard\Controller\DashboardController::class . '::handleRequest',
7  ],
8 ];