diff --git a/config/routes.rb b/config/routes.rb index 6b2f7d22c..ba0827676 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1467,5 +1467,5 @@ Rails.application.routes.draw do ## react用 - # get '*path', to: 'main#index', constraints: ReactConstraint.new + get '*path', to: 'main#index', constraints: ReactConstraint.new end