Commit c694fb2a2b7fa24bed80e04edd1a6219065ca880
1 parent
c872b0de
hide albums, photos
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/library/App/Bootstrap/CollectionBootstrap.php
@@ -20,8 +20,8 @@ class CollectionBootstrap implements BootstrapInterface | @@ -20,8 +20,8 @@ class CollectionBootstrap implements BootstrapInterface | ||
20 | $api | 20 | $api |
21 | ->resource(new GaResource('/ga')) | 21 | ->resource(new GaResource('/ga')) |
22 | ->resource(new UserResource('/users')) | 22 | ->resource(new UserResource('/users')) |
23 | - ->resource(new AlbumResource('/albums')) | ||
24 | - ->resource(new PhotoResource('/photos')) | 23 | + //->resource(new AlbumResource('/albums')) |
24 | + //->resource(new PhotoResource('/photos')) | ||
25 | ->resource(new ProjectResource('/projects')) | 25 | ->resource(new ProjectResource('/projects')) |
26 | ->collection(new ExportCollection('/export')); | 26 | ->collection(new ExportCollection('/export')); |
27 | } | 27 | } |