Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/NewFit/NewFit-Backend in…
Browse files Browse the repository at this point in the history
…to release/dev
  • Loading branch information
Sangwook02 committed Dec 21, 2023
2 parents a3849a6 + 32b61d7 commit 4d82123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public ResponseEntity<Void> updateRoutine(Authentication authentication,
public ResponseEntity<Void> updateEquipmentInRoutine(Authentication authentication,
@RequestHeader(value = "authority-id") Long authorityId,
@Valid @RequestBody UpdateEquipmentRoutineRequest request,
@RequestParam("routineId") Long routineId) {
@RequestParam("routine_id") Long routineId) {
authorityCheckService.validateByAuthorityId(authentication, authorityId);
equipmentRoutineService.updateEquipmentRoutinesInRoutine(routineId, request);

Expand Down

0 comments on commit 4d82123

Please sign in to comment.