From 29d24a8ffade1dbc64bda1e6f6e363e7c604058c Mon Sep 17 00:00:00 2001 From: HyungJu Date: Tue, 14 May 2024 20:48:10 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20InoculationSimple=20Post=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backend/inoculation/presentation/InoculationController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/vacgom/backend/inoculation/presentation/InoculationController.kt b/src/main/kotlin/com/vacgom/backend/inoculation/presentation/InoculationController.kt index da763f1..1de1dbf 100644 --- a/src/main/kotlin/com/vacgom/backend/inoculation/presentation/InoculationController.kt +++ b/src/main/kotlin/com/vacgom/backend/inoculation/presentation/InoculationController.kt @@ -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,