mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 08:34:13 -05:00
Removed unnecessary constraint
This commit is contained in:
parent
a634d3876f
commit
f32ef29808
@ -310,7 +310,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
get '/web/(*glob)', to: 'home#index', as: :web
|
||||
get "/$:use_flavour/(*glob)", to: 'home#index', constraints: { flavour: /[\w-]+/ }
|
||||
get "/$:use_flavour/(*glob)", to: 'home#index'
|
||||
|
||||
get '/about', to: 'about#show'
|
||||
get '/about/more', to: 'about#more'
|
||||
|
Loading…
Reference in New Issue
Block a user