Fix #385 - /web now loads a page
This commit is contained in:
		
							parent
							
								
									1bbcd71cd4
								
							
						
					
					
						commit
						2b0b7ff1b8
					
				@ -136,7 +136,7 @@ Rails.application.routes.draw do
 | 
				
			|||||||
    end
 | 
					    end
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  get '/web/*any', to: 'home#index', as: :web
 | 
					  get '/web/(*any)', to: 'home#index', as: :web
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  get :about, to: 'about#index'
 | 
					  get :about, to: 'about#index'
 | 
				
			||||||
  get :terms, to: 'about#terms'
 | 
					  get :terms, to: 'about#terms'
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user