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