From c694fb2a2b7fa24bed80e04edd1a6219065ca880 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 19:44:09 +0200 Subject: [PATCH] hide albums, photos --- app/library/App/Bootstrap/CollectionBootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/library/App/Bootstrap/CollectionBootstrap.php b/app/library/App/Bootstrap/CollectionBootstrap.php index 0ceda4e..c376046 100755 --- a/app/library/App/Bootstrap/CollectionBootstrap.php +++ b/app/library/App/Bootstrap/CollectionBootstrap.php @@ -20,8 +20,8 @@ class CollectionBootstrap implements BootstrapInterface $api ->resource(new GaResource('/ga')) ->resource(new UserResource('/users')) - ->resource(new AlbumResource('/albums')) - ->resource(new PhotoResource('/photos')) + //->resource(new AlbumResource('/albums')) + //->resource(new PhotoResource('/photos')) ->resource(new ProjectResource('/projects')) ->collection(new ExportCollection('/export')); } -- libgit2 0.21.4