Update the AuthorRole API to show the author relationship.

dev
KKlochko 3 months ago
parent d0426e208e
commit 4d48795ccd

@ -95,6 +95,7 @@ defmodule DecentralisedBookIndex.Metadata.AuthorRole do
belongs_to :author, Metadata.Author do belongs_to :author, Metadata.Author do
allow_nil? true allow_nil? true
public? true
end end
end end
end end

Loading…
Cancel
Save