Add UserController

This commit is contained in:
Mirai Kumiko 2025-05-30 14:16:51 +02:00
parent f61444cffa
commit 178c2bf72e
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
5 changed files with 81 additions and 2 deletions

View file

@ -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"