Compare commits

..

No commits in common. '669a288ef17254d2723ed5e8e893e8a0f83efa45' and 'dd06829f3114f632c7f3e1df5c87168f47bdb0e3' have entirely different histories.

@ -8,7 +8,6 @@ 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

@ -4,7 +4,7 @@ defmodule DecentralisedBookIndex.MixProject do
def project do
[
app: :decentralised_book_index,
version: "1.1.0",
version: "1.0.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,

Loading…
Cancel
Save