Add UserController
This commit is contained in:
parent
f61444cffa
commit
178c2bf72e
5 changed files with 81 additions and 2 deletions
|
@ -61,6 +61,11 @@ config :logger, :console,
|
|||
# Use Jason for JSON parsing in Phoenix
|
||||
config :phoenix, :json_library, Jason
|
||||
|
||||
config :mime, :types, %{
|
||||
"application/activity+json" => ["activity+json"],
|
||||
"application/ld+json" => ["ld+json"]
|
||||
}
|
||||
|
||||
# Import environment specific config. This must remain at the bottom
|
||||
# of this file so it overrides the configuration defined above.
|
||||
import_config "#{config_env()}.exs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue