require 'sinatra'
get '/:first/:second/:third' do
"first: #{params[:first]}, second: #{params[:second]}, third: #{params[:third]}"
end
get '/:first/:second/:third' do
"first: #{params[:first]}, second: #{params[:second]}, third: #{params[:third]}"
end
No comments:
Post a Comment