parent
b270fa6164
commit
d19a5d698a
@ -0,0 +1,7 @@ |
||||
class API < Grape::API |
||||
format :json |
||||
|
||||
get '/' do |
||||
"I work!" |
||||
end |
||||
end |
Loading…
Reference in new issue