Skip to content

Commit

Permalink
테스트 API 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
youngreal committed Dec 28, 2024
1 parent f38b03d commit b084c33
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,11 @@ public void deleteRecord(
) {
mapService.deleteRecord(authenticationMember.id(), recordId);
}

@DeleteMapping("/maps/history2/{recordId}")
public void deleteRecord(
@PathVariable long recordId
) {
mapService.deleteRecord(2, recordId);
}
}

0 comments on commit b084c33

Please sign in to comment.