Add UserController

This commit is contained in:
Mirai Kumiko 2025-05-30 14:16:51 +02:00
parent f61444cffa
commit 178c2bf72e
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
5 changed files with 81 additions and 2 deletions

View file

@ -0,0 +1,10 @@
defmodule NullaWeb.UserHTML do
@moduledoc """
This module contains pages rendered by UserController.
See the `user_html` directory for all templates available.
"""
use NullaWeb, :html
embed_templates "user_html/*"
end