Skip to content
Snippets Groups Projects
AjaxRoutes.php 160 B
Newer Older
Paul Ilea's avatar
Paul Ilea committed
<?php

return [
	'sg_news::ajaxPing' => [
		'path' => '/sg_news/ajaxPing',
		'target' => SGalinski\SgNews\Service\LicensingService::class . '::ajaxPing',
	]
];