Skip to content

Commit

Permalink
Merge pull request #307 from wafflestudio/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
huGgW committed Aug 12, 2024
2 parents cbf5717 + 239b18a commit 6884b93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ProfessorController(
professorService.updateProfessorLanguages(koProfessorId, enProfessorId, requestBody, newImage)

@AuthenticatedStaff
@DeleteMapping("/{koProfessorId}/{enProfessorId}", consumes = ["multipart/form-data"])
@DeleteMapping("/{koProfessorId}/{enProfessorId}")
fun deleteProfessor(
@PathVariable @Positive
koProfessorId: Long,
Expand Down

0 comments on commit 6884b93

Please sign in to comment.