TYPO3 CMS  TYPO3_7-6
Routes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Register version_click_module entry point
8  'web_txversionM1' => [
9  'path' => '/record/versions/',
10  'target' => \TYPO3\CMS\Version\Controller\VersionModuleController::class . '::mainAction'
11  ]
12 ];