diff --git a/config/routes.rb b/config/routes.rb
index 18c239c48a..e46b27f1f4 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -136,7 +136,7 @@ Rails.application.routes.draw do
     end
   end
 
-  get '/web/*any', to: 'home#index', as: :web
+  get '/web/(*any)', to: 'home#index', as: :web
 
   get :about, to: 'about#index'
   get :terms, to: 'about#terms'