mirror of
https://git.hmsn.ink/kospo/svcm/api.git
synced 2026-03-20 03:12:22 +09:00
오류 개선
This commit is contained in:
@@ -150,7 +150,7 @@ public class SapApprController {
|
|||||||
content = @Content(mediaType = "application/json", schema = @Schema(oneOf =
|
content = @Content(mediaType = "application/json", schema = @Schema(oneOf =
|
||||||
{CustomErrorResponse.class })))
|
{CustomErrorResponse.class })))
|
||||||
})
|
})
|
||||||
@PutMapping("/sap/appr/converter/{apprNo}")
|
@GetMapping("/sap/appr/converter/{apprNo}")
|
||||||
public ResponseEntity converter(
|
public ResponseEntity converter(
|
||||||
@Parameter(description = "sap 결재번호") @PathVariable("apprNo") String apprNo
|
@Parameter(description = "sap 결재번호") @PathVariable("apprNo") String apprNo
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user