Add safety princibles.

This commit is contained in:
codevictory
2021-07-06 22:18:40 +03:00
parent cdb733e6cb
commit e1cd79ffcd
6 changed files with 58 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ defmodule RunosaariWeb.Router do
pipe_through :browser
resources "/", IndexController, only: [:index]
get "/covid19", PageController, :covid19
get "/safety", PageController, :safety
get "/privacy", PageController, :privacy
resources "/performers", PerformerController, only: [:index, :show]
resources "/performances", PerformanceController, only: [:index]