mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-31 03:53:12 -05:00
Remove unused admin/terms_of_service
routes (#33288)
This commit is contained in:
parent
0636bcdbe1
commit
bc5b9d98a5
@ -39,7 +39,7 @@ namespace :admin do
|
|||||||
resource :draft, only: [:show, :update]
|
resource :draft, only: [:show, :update]
|
||||||
end
|
end
|
||||||
|
|
||||||
resources :terms_of_service, only: [:index, :create, :update] do
|
resources :terms_of_service, only: [:index] do
|
||||||
resource :preview, only: [:show], module: :terms_of_service
|
resource :preview, only: [:show], module: :terms_of_service
|
||||||
resource :test, only: [:create], module: :terms_of_service
|
resource :test, only: [:create], module: :terms_of_service
|
||||||
resource :distribution, only: [:create], module: :terms_of_service
|
resource :distribution, only: [:create], module: :terms_of_service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user