This commit is contained in:
Mirai Kumiko 2025-07-06 14:46:08 +02:00
parent f90a7133bc
commit 00ecbadeca
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
29 changed files with 871 additions and 12 deletions

View file

@ -71,6 +71,8 @@ defmodule NullaWeb.Router do
resources "/notes", NoteController, except: [:new, :edit]
resources "/media_attachments", MediaAttachmentController, except: [:new, :edit]
resources "/relations", RelationController, except: [:new, :edit]
resources "/likes", LikeController, except: [:new, :edit]
resources "/announces", AnnounceController, except: [:new, :edit]
resources "/activities", ActivityController, except: [:new, :edit]
end