Update user

This commit is contained in:
2023-02-18 17:26:27 +00:00
parent 47c92ad44a
commit 471fa9ceb5
4 changed files with 38 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
defmodule PhoenixApiTemplateWeb.Auth.ErrorResponse.Unauthorized do
defexception message: "Unauthorized", plug_status: 401
end
defmodule PhoenixApiTemplateWeb.Auth.ErrorResponse.Forbidden do
defexception message: "Forbidden", plug_status: 403
end