lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb in gris-0.0.5 vs lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb in gris-0.0.6

- old
+ new

@@ -17,7 +17,8 @@ desc 'Get the Root API Endpoint' get do present self, with: RootPresenter end + # Additional mounted endpoints end