spec/fixtures/app2/mounts/mount.rb in grape-reload-0.0.2 vs spec/fixtures/app2/mounts/mount.rb in grape-reload-0.0.3
- old
+ new
@@ -1,5 +1,7 @@
module Test
class Mount2 < Grape::API
-
+ get :test do
+ 'test'
+ end
end
end
\ No newline at end of file