Welcome to mirror list, hosted at ThFree Co, Russian Federation.

routes.php « appinfo - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7369c94f9559fb377da82713066f4d5acc5504b (plain)
1
2
3
4
5
6
7
<?php
/**
 * adding route for ajax callback
 */
return ['routes' => [
	['name' => 'checksum#check', 'url' => '/check', 'verb' => 'GET']
]];