update to phoenix 1.6

This commit is contained in:
2022-01-21 20:36:25 -05:00
parent f9e66d1336
commit 094e214a55
39 changed files with 621 additions and 340 deletions

3
lib/cannery/mailer.ex Normal file
View File

@@ -0,0 +1,3 @@
defmodule Cannery.Mailer do
use Swoosh.Mailer, otp_app: :cannery
end