diff --git a/config/routes.rb b/config/routes.rb index ba0827676..7da30bc7e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1463,9 +1463,9 @@ Rails.application.routes.draw do get 'oauth/get_code', to: 'oauth#get_code' get 'oauth/get_token_callback', to: 'oauth#get_token_callback' - root 'main#index' + # root 'main#index' ## react用 - get '*path', to: 'main#index', constraints: ReactConstraint.new + # get '*path', to: 'main#index', constraints: ReactConstraint.new end