Skip to content

Commit

Permalink
chore: InoculationSimple Post로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HyungJu committed May 14, 2024
1 parent 9b39bbb commit 29d24a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import java.util.*
class InoculationController(
private val inoculationService: InoculationService,
) {
@GetMapping("/simple")
@PostMapping("/simple")
fun getInoculationSimpleResponse(
@AuthId id: UUID,
@RequestBody request: InoculationSimpleRequest,
Expand Down

0 comments on commit 29d24a8

Please sign in to comment.