write first test and let changeset errors return error json in controller

This commit is contained in:
2021-12-02 22:45:39 -05:00
parent 89c2a99283
commit d32dc8c2cb
7 changed files with 148 additions and 13 deletions

View File

@@ -10,6 +10,8 @@ use Mix.Config
config :entendu,
ecto_repos: [Entendu.Repo]
config :entendu, Entendu.Repo, migration_primary_key: [type: :uuid]
# Configures the endpoint
config :entendu, EntenduWeb.Endpoint,
url: [host: "dev.intended.link"],