Mount grape framework in ramaze framework?

34 views Asked by At

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...

0

There are 0 answers