This commit is contained in:
2023-02-18 10:50:52 +00:00
parent 931e22d0f7
commit ff8a0e6260
4 changed files with 38 additions and 0 deletions

View File

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