Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
669a288ef1 | ||
|
|
b47d994989 |
@@ -8,6 +8,7 @@ defmodule DecentralisedBookIndex.Metadata do
|
||||
base_route "/books", Metadata.Book do
|
||||
get :by_id
|
||||
index :search
|
||||
index :search_by_bid, route: "/search-by-bid"
|
||||
|
||||
related :bids, :read, primary?: true
|
||||
related :author_roles, :read, primary?: true
|
||||
|
||||
Reference in New Issue
Block a user