We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96c079 commit 54e7c80Copy full SHA for 54e7c80
1 file changed
backend/src/main/java/com/back/api/ticket/controller/QrController.java
@@ -1,6 +1,5 @@
1
package com.back.api.ticket.controller;
2
3
-import org.springframework.web.bind.annotation.GetMapping;
4
import org.springframework.web.bind.annotation.PathVariable;
5
import org.springframework.web.bind.annotation.PostMapping;
6
import org.springframework.web.bind.annotation.RequestMapping;
@@ -36,7 +35,7 @@ public ApiResponse<QrTokenResponse> generateQrToken(
36
35
37
//TODO 관리자 전용 API로 변경 고려
38
@Override
39
- @GetMapping("/entry/verify")
+ @PostMapping("/entry/verify")
40
public ApiResponse<QrValidationResponse> validateQrCode(
41
@RequestParam String token
42
){
0 commit comments