Switch to HTTP

This commit is contained in:
Maciej 2026-03-01 10:05:55 +02:00
parent 984ac15084
commit 45f55083fc
Signed by: maciej
GPG key ID: 28243AF437E32F99
9 changed files with 221 additions and 30 deletions

View file

@ -23,6 +23,9 @@ config :phoenix, :plug_init_mode, :runtime
config :phoenix_live_view,
enable_expensive_runtime_checks: true
# Mock out HTTP requests in test
config :birdy_chat, BirdyChat.Dispatcher, req_opts: [plug: {Req.Test, BirdyChat.Dispatcher}]
# Sort query params output of verified routes for robust url comparisons
config :phoenix,
sort_verified_routes_query_params: true