오류 개선

This commit is contained in:
2025-06-05 15:00:40 +09:00
parent 4e90f5a6ba
commit ca39d7b225

View File

@@ -150,7 +150,7 @@ public class SapApprController {
content = @Content(mediaType = "application/json", schema = @Schema(oneOf =
{CustomErrorResponse.class })))
})
@PutMapping("/sap/appr/converter/{apprNo}")
@GetMapping("/sap/appr/converter/{apprNo}")
public ResponseEntity converter(
@Parameter(description = "sap 결재번호") @PathVariable("apprNo") String apprNo
) {