Add users

This commit is contained in:
Mirai Kumiko 2025-06-02 17:30:35 +02:00
parent 956f2625fd
commit 162aa095d3
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
15 changed files with 489 additions and 99 deletions

View file

@ -19,6 +19,7 @@ defmodule NullaWeb.Router do
get "/", PageController, :home
get "/@:username", UserController, :show
resources "/users", UserController
end
# Other scopes may use custom stacks.