backend-api .
This commit is contained in:
parent
9aeb6ca6ee
commit
1e5e4e393d
1 changed files with 0 additions and 11 deletions
|
|
@ -67,15 +67,4 @@ public class CompanyController extends AbstractQueueController {
|
|||
@RequestBody CompanyNewAction companyNewAction) throws ExecutionException, InterruptedException {
|
||||
return processRequest(Consts.DESTINATION_COMPANY_NEW, companyNewAction);
|
||||
}
|
||||
|
||||
|
||||
// @ApiOperation(value = "update company.")
|
||||
// @ApiResponses(value = {@ApiResponse(code = 200, message = "OK", response = CudResponse.class), @ApiResponse(code = 400, message = "Ошибка валидации", response = BasicSpcexResponse.class)})
|
||||
// @RequestMapping(method = RequestMethod.PUT, consumes = MediaType.APPLICATION_JSON_VALUE, produces = MediaType.APPLICATION_JSON_VALUE)
|
||||
// @ResponseBody
|
||||
// public CudResponse add(
|
||||
// @ApiParam(value = "Параметры команды в JSON формате.", required = true)
|
||||
// @RequestBody CompanyNewAction companyNewAction) throws ExecutionException, InterruptedException {
|
||||
// return processRequest(Consts.DESTINATION_COMPANY_NEW, companyNewAction);
|
||||
// }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue