diff --git a/lib/runosaari_web/router.ex b/lib/runosaari_web/router.ex index 59be16f..a977523 100644 --- a/lib/runosaari_web/router.ex +++ b/lib/runosaari_web/router.ex @@ -18,6 +18,8 @@ defmodule RunosaariWeb.Router do get "/", PageController, :index resources "/performers", PerformerController + resources "/performances", PerformanceController + resources "/locations", LocationController end # Other scopes may use custom stacks. diff --git a/lib/runosaari_web/templates/layout/app.html.eex b/lib/runosaari_web/templates/layout/app.html.eex index e2ff7a3..88da7ff 100644 --- a/lib/runosaari_web/templates/layout/app.html.eex +++ b/lib/runosaari_web/templates/layout/app.html.eex @@ -17,6 +17,7 @@