/api/invite triggers sending a mail invite to the given user.

This commit is contained in:
2026-02-19 20:58:34 +01:00
parent 6b31c6023f
commit a47931f40e
7 changed files with 76 additions and 0 deletions

View File

@ -60,6 +60,7 @@ defmodule BeetRoundServer.MixProject do
compile: false,
depth: 1},
{:swoosh, "~> 1.16"},
{:phoenix_swoosh, "~> 1.2.1"},
{:req, "~> 0.5"},
{:telemetry_metrics, "~> 1.0"},
{:telemetry_poller, "~> 1.0"},