diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 13:13:41 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-13 13:13:41 -0600 |
commit | 77d572796ca940e3eb5edd1192f8cd127286284e (patch) | |
tree | 228d42c390ce68e57b8cd432d88dd57215c02771 /lib/aggiedit_web/router.ex | |
parent | 9d5a369ff6aa2dc3a80f104ffdc622ddf594a725 (diff) | |
download | aggiedit-77d572796ca940e3eb5edd1192f8cd127286284e.tar.gz aggiedit-77d572796ca940e3eb5edd1192f8cd127286284e.zip |
Update roles and list posts from room
Diffstat (limited to 'lib/aggiedit_web/router.ex')
-rw-r--r-- | lib/aggiedit_web/router.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/aggiedit_web/router.ex b/lib/aggiedit_web/router.ex index 99aee90..1ac0a0f 100644 --- a/lib/aggiedit_web/router.ex +++ b/lib/aggiedit_web/router.ex @@ -25,7 +25,7 @@ defmodule AggieditWeb.Router do scope "/", AggieditWeb do pipe_through [:browser, :require_authenticated_user] - live "/posts", PostLive.Index, :index + live "/posts/room/:id", PostLive.Index, :index live "/posts/new", PostLive.Index, :new live "/posts/:id/edit", PostLive.Index, :edit |