mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 15:14:47 +02:00
Remove unused routes
This commit is contained in:
parent
211f8c9143
commit
b079220822
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Rails.application.routes.draw do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
resource :poll do
|
resource :poll, only: %i[show destroy] do
|
||||||
collection do
|
collection do
|
||||||
post 'confirm_keyrelay'
|
post 'confirm_keyrelay'
|
||||||
post 'confirm_transfer'
|
post 'confirm_transfer'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue