Update the AuthorRole API to show the author relationship.

This commit is contained in:
2025-04-07 21:48:15 +03:00
parent d0426e208e
commit 4d48795ccd
@@ -95,6 +95,7 @@ defmodule DecentralisedBookIndex.Metadata.AuthorRole do
belongs_to :author, Metadata.Author do
allow_nil? true
public? true
end
end
end