|
|
@@ -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);
|
|
|
}
|