Skip to content

Commit 57015d9

Browse files
committed
update routes
1 parent a965d3d commit 57015d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Rails.application.routes.draw do
2-
root 'translator#index'
2+
post '/' => 'translator#index'
33

44
# The priority is based upon order of creation: first created -> highest priority.
55
# See how all your routes lay out with "rake routes".

0 commit comments

Comments
 (0)