feat(elixir): category managing w/ filtering &CRUD
This commit is contained in:
@@ -30,6 +30,7 @@ defmodule ComponentsElixirWeb.Router do
|
||||
pipe_through [:browser, :authenticated]
|
||||
|
||||
live "/", ComponentsLive, :index
|
||||
live "/categories", CategoriesLive, :index
|
||||
end
|
||||
|
||||
# Other scopes may use custom stacks.
|
||||
|
||||
Reference in New Issue
Block a user