lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb in gris-0.0.4 vs lib/gris/generators/templates/scaffold/app/endpoints/application_endpoint.rb in gris-0.0.5
- old
+ new
@@ -17,6 +17,7 @@
desc 'Get the Root API Endpoint'
get do
present self, with: RootPresenter
end
+ # Additional mounted endpoints
end