Survival instructions editable.
This commit is contained in:
@@ -38,6 +38,8 @@ defmodule RunosaariWeb.Router do
|
||||
resources "/visitors", VisitorController, except: [:new, :create]
|
||||
resources "/info", InfoController, except: [:index]
|
||||
get "/info", InfoController, :admin
|
||||
resources "/survival", SurvivalController, except: [:index]
|
||||
get "/survival", SurvivalController, :admin
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
||||
Reference in New Issue
Block a user