Privacy statement.

This commit is contained in:
codevictory
2021-05-11 19:35:21 +03:00
parent 2ae2f601dd
commit c5bd951747
12 changed files with 174 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ defmodule RunosaariWeb.Router do
get "/", PageController, :index
get "/info", PageController, :info
get "/covid19", PageController, :covid19
get "/privacy", PageController, :privacy
resources "/performers", PerformerController, only: [:index]
resources "/performances", PerformanceController, only: [:index]
resources "/visitors", VisitorController, only: [:new, :create]