This commit is contained in:
Mirai Kumiko 2025-06-08 13:44:23 +02:00
parent cd1e5887c5
commit f8bedff913
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
4 changed files with 61 additions and 25 deletions

View file

@ -22,7 +22,7 @@ defmodule NullaWeb.Router do
pipe_through :browser
get "/@:username", UserController, :show
resources "/users", UserController
get "/@:username/:note_id", NoteController, :show
end
# Other scopes may use custom stacks.