wip
Some checks are pending
Build and Publish / build-release (push) Waiting to run

This commit is contained in:
2026-04-13 15:30:31 -05:00
parent a52f049a29
commit 5037bc3632
44 changed files with 2210 additions and 676 deletions

View File

@@ -53,7 +53,10 @@ defmodule PolicyService.MixProject do
{:commanded, "~> 1.4"},
{:amqp, "~> 4.1"},
{:exconstructor, "~> 1.3.1"},
{:open_api_spex, "~> 3.20"}
{:open_api_spex, "~> 3.20"},
{:cors_plug, "~> 3.0"},
{:flop, "~> 0.26"},
{:req, "~> 0.5"}
]
end