ash_authentication/config/config.exs
dependabot[bot] 6740752ec1
chore(deps): bump ash from 2.9.16 to 2.9.18 (#316)
* chore(deps): bump ash from 2.9.16 to 2.9.18

Bumps [ash](https://github.com/ash-project/ash) from 2.9.16 to 2.9.18.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.9.16...v2.9.18)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: duplicate mime type for "json".

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Harton <james@harton.nz>
2023-06-01 10:09:54 +12:00

9 lines
168 B
Elixir

import Config
config :mime, :types, %{
"application/vnd.api+json" => ["json-api"]
}
config :ash, :utc_datetime_type, :datetime
import_config "#{config_env()}.exs"