Autogen registration UI.

This commit is contained in:
codevictory
2021-03-27 16:50:43 +02:00
parent 299b47ca56
commit da4ed0a6c1
13 changed files with 509 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ defmodule RunosaariWeb.Router do
pipe_through :browser
get "/", PageController, :index
resources "/performers", PerformerController
end
# Other scopes may use custom stacks.