Skip to content

Commit

Permalink
fix: 권한 체크 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy committed Aug 28, 2024
1 parent dbb8b81 commit 304a879
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class AboutController(
return ResponseEntity.ok(aboutService.readAllFacilities(language))
}

@AuthenticatedStaff
@PutMapping("/directions/{id}")
fun updateDirection(@PathVariable id: Long, @RequestBody request: UpdateDescriptionReq) =
aboutService.updateDirection(id, request)
Expand Down

0 comments on commit 304a879

Please sign in to comment.