fix : 오류 발생시 json으로 값 전달 및 Swagger 문서 수정
This commit is contained in:
@@ -85,13 +85,6 @@ class MemberController extends Controller
|
||||
* )
|
||||
* )
|
||||
* ),
|
||||
*
|
||||
* @OA\Response(response=400, description="필수 파라미터 누락"),
|
||||
* @OA\Response(response=401, description="인증 실패"),
|
||||
* @OA\Response(response=403, description="권한 없음")
|
||||
* @OA\Response(response=404, description="존재하지 않는 URI 또는 데이터")
|
||||
* @OA\Response(response=405, description="허용되지 않는 메서드")
|
||||
* @OA\Response(response=500, description="서버 에러")
|
||||
* )
|
||||
*/
|
||||
public function index(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user