diff --git a/appinfo/routes.php b/appinfo/routes.php index c931a023..5a99f431 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -28,6 +28,7 @@ return [ ['name' => 'page#index', 'url' => '/', 'verb' => 'GET'], ['name' => 'page#index', 'url' => '/thisday', 'verb' => 'GET', 'postfix' => 'thisday'], + ['name' => 'page#index', 'url' => '/photos', 'verb' => 'GET', 'postfix' => 'photos'], ['name' => 'page#index', 'url' => '/videos', 'verb' => 'GET', 'postfix' => 'videos'], ['name' => 'page#index', 'url' => '/favorites', 'verb' => 'GET', 'postfix' => 'favorites'], ['name' => 'page#index', 'url' => '/albums/{path}', 'verb' => 'GET', 'postfix' => 'albums',