mirror of
https://github.com/kevin-DL/phoenix_api_template.git
synced 2026-03-10 20:44:41 +00:00
Login
This commit is contained in:
3
lib/phoenix_api_template_web/auth/error_response.ex
Normal file
3
lib/phoenix_api_template_web/auth/error_response.ex
Normal file
@@ -0,0 +1,3 @@
|
||||
defmodule PhoenixApiTemplateWeb.Auth.ErrorResponse.Unauthorized do
|
||||
defexception message: "Unauthorized", plug_status: 401
|
||||
end
|
||||
Reference in New Issue
Block a user