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: 1359b9c9d81a270a3bd43b5b8da73971f1d57ff1 (plain)
1
2
3
4
5
6
7
<?php
/**
 * adding route for ajax callback
 */
return ['routes' => [
    ['name' => 'checksum#check', 'url' => '/check', 'verb' => 'GET']
]];