1

Someone help me to mount grape framework...

require 'grape'

class Api < Grape::API 

    format :json 

    resources :articles do 
        get do 
            {hello: 'hello world!'}
        end
    end 

end

Also i wanna to change custom routes...

aaaa
  • 73
  • 1
  • 6

0 Answers0