Your IP : 216.73.216.43


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-reactions/Configuration/Backend/
Upload File :
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',
    ],
];