| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-reactions/Configuration/Backend/ |
| Current File : //var/www/surf/TYPO3/vendor/typo3/cms-reactions/Configuration/Backend/Routes.php |
<?php
/**
* Definitions for routes provided by EXT:reactions
*/
return [
'reaction' => [
'path' => '/reaction/{reactionIdentifier?}',
'access' => 'public',
'methods' => ['POST'],
'target' => \TYPO3\CMS\Reactions\Http\ReactionHandler::class . '::handleReaction',
],
];