nextcloud-memento/appinfo/ routes.php
11 lines
258 B

  1. <?php
  2. return [
  3. 'routes' => [
  4. ['name' => 'timeGate#timeGate', 'url' => '/timegate/{url}',
  5. 'requirements' => array('url' => '.+')],
  6. ['name' => 'timeMap#timeMap', 'url' => '/timemap/{url}',
  7. 'requirements' => array('url' => '.+')],
  8. ]
  9. ];