Add books.
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ config :spark,
|
||||
config :decentralised_book_index,
|
||||
ecto_repos: [DecentralisedBookIndex.Repo],
|
||||
generators: [timestamp_type: :utc_datetime],
|
||||
ash_domains: [DecentralisedBookIndex.Accounts]
|
||||
ash_domains: [DecentralisedBookIndex.Books, DecentralisedBookIndex.Accounts]
|
||||
|
||||
# Configures the endpoint
|
||||
config :decentralised_book_index, DecentralisedBookIndexWeb.Endpoint,
|
||||
|
||||
Reference in New Issue
Block a user