Skip to content

Commit 2622112

Browse files
committed
Reorder routes, compatibility with Rails 7.
1 parent 0d5f8cc commit 2622112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Rails.application.routes.draw do
22
get 'welcome/index'
3-
mount API => '/'
43
root 'welcome#index'
4+
mount API => '/'
55
end

0 commit comments

Comments
 (0)