mirror of
https://git.hmsn.ink/kospo/svcm/api.git
synced 2026-03-19 19:05:20 +09:00
오류 개선
This commit is contained in:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user