Skip to content

Commit

Permalink
Replaced get with post.
Browse files Browse the repository at this point in the history
  • Loading branch information
Winslett committed Feb 27, 2012
1 parent f69bd8a commit 694969c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twilio_mongo_bootstrap.rb
Expand Up @@ -33,12 +33,12 @@ def base_url
haml :"users.html"
end

get "/voice" do
post "/voice" do
puts @params.inspect
return {ok: 1}.to_json
end

get "/sms" do
post "/sms" do
puts @params.inspect
return {ok: 1}.to_json
end
Expand Down

0 comments on commit 694969c

Please sign in to comment.