shjung 3 rokov pred
rodič
commit
b11d5ff850

+ 1 - 1
src/main/java/com/its/op/controller/its/rse/TbRseCtlrController.java

@@ -40,7 +40,7 @@ public class TbRseCtlrController {
     }
 
     @ApiOperation(value = "RSE 수집이상기준 전체적용(TB_RSE_CTLR)", response = Integer.class)
-    @PutMapping(value = "/{clctAbnrBasi}", produces = {"application/json; charset=utf8"})
+    @PutMapping(value = "/clct-abnr-basi/{clctAbnrBasi}", produces = {"application/json; charset=utf8"})
     public Integer updateById(@PathVariable final Integer clctAbnrBasi) {
         return this.service.updateClctAbnrBasi(clctAbnrBasi);
     }