added necessity to be logged in to view djweb
This commit is contained in:
parent
58c95ccca4
commit
8fdaba4c0e
@ -14,5 +14,7 @@ Vidpush::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
authenticated :user do
|
||||
match "/djweb" => DelayedJobWeb, :anchor => false, via: [:get, :post]
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user