remove old definition of /posts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric S. Londres 2023-05-04 21:29:33 -04:00
parent 6b2cb47851
commit e92e4c7e7b
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
1 changed files with 1 additions and 5 deletions

View File

@ -81,10 +81,6 @@ defmodule PrototypeWeb.Router do
on_mount: [{PrototypeWeb.UserAuth, :mount_current_user}] do
live "/users/confirm/:token", UserConfirmationLive, :edit
live "/users/confirm", UserConfirmationInstructionsLive, :new
end
live "/posts/:id", PostLive.Show, :show
live "/posts", PostLive.Index, :index
end
end
end