diff --git a/appinfo/routes.php b/appinfo/routes.php index d5e4e7d..54eef3f 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -2,9 +2,9 @@ return [ 'routes' => [ - ['name' => 'timeGate#timeGate', 'url' => '/timegate/{url}', 'verb' => 'GET', + ['name' => 'timeGate#timeGate', 'url' => '/timegate/{url}', 'requirements' => array('url' => '.+')], - ['name' => 'timeMap#timeMap', 'url' => '/timemap/{url}', 'verb' => 'GET', + ['name' => 'timeMap#timeMap', 'url' => '/timemap/{url}', 'requirements' => array('url' => '.+')], ] ];