Skip to content

Commit

Permalink
hotfix: 킹갓제네널슈퍼짱짱6기준님의 요구사항을 적용하였ㅅㅂ니다
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 23, 2024
1 parent 5c7155b commit 316a16b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public DataResponseInfo<MajorEntity> findAll() {
}

@OnlyTeacher
@DeleteMapping
@PutMapping
public void delete(@RequestBody IdRequest request) {
deleteMajorUseCase.delete(request.id);
}
Expand Down

0 comments on commit 316a16b

Please sign in to comment.