Performances to nav.

This commit is contained in:
codevictory
2021-03-30 22:59:30 +03:00
parent 1404f1d7bb
commit 1239dd7fd7
2 changed files with 3 additions and 0 deletions

View File

@@ -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.