We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a965d3d commit 57015d9Copy full SHA for 57015d9
config/routes.rb
@@ -1,5 +1,5 @@
1
Rails.application.routes.draw do
2
- root 'translator#index'
+ post '/' => 'translator#index'
3
4
# The priority is based upon order of creation: first created -> highest priority.
5
# See how all your routes lay out with "rake routes".
0 commit comments