アクセス許可クラスのカスタム レスポンスを作成するにはどうすればよいですか
現在の応答は次のとおりです。
{"detail": "Authentication credentials were not provided."}
私が望む応答:
{
"status": 403,
"message": "Authentication credentials were not provided",
"response": {....}
}
アクセス許可クラスのカスタム レスポンスを作成するにはどうすればよいですか
現在の応答は次のとおりです。
{"detail": "Authentication credentials were not provided."}
私が望む応答:
{
"status": 403,
"message": "Authentication credentials were not provided",
"response": {....}
}