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: 81cb5a478322a15c3452834476ded8d519e8d6dc (plain)
1
2
3
4
5
6
<?php
return ['routes' => [
    ['name' => 'checksum#calculate', 'url' => '/checksum', 'verb' => 'GET']
]];

?>