diff --git a/app/library/App/Bootstrap/CollectionBootstrap.php b/app/library/App/Bootstrap/CollectionBootstrap.php index 2290123..67ac50d 100755 --- a/app/library/App/Bootstrap/CollectionBootstrap.php +++ b/app/library/App/Bootstrap/CollectionBootstrap.php @@ -20,9 +20,9 @@ class CollectionBootstrap implements BootstrapInterface $api ->collection(new ExportCollection('/export')) ->resource(new UserResource('/users')) + ->resource(new GaResource('/ga')) ->resource(new AlbumResource('/albums')) ->resource(new PhotoResource('/photos')) - ->resource(new ProjectResource('/projects')) - ->resource(new GaResource('/ga')); + ->resource(new ProjectResource('/projects')); } } -- libgit2 0.21.4