Files
oai-symfony/typo3conf/ext/lfeditor/Configuration/Backend/AjaxRoutes.php
2026-07-03 17:53:31 +02:00

9 lines
164 B
PHP

<?php
return [
'lfeditor::ajaxPing' => [
'path' => '/lfeditor/ajaxPing',
'target' => SGalinski\Lfeditor\Service\LicensingService::class . '::ajaxPing',
]
];