We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f31f88 commit 9ee1ef1Copy full SHA for 9ee1ef1
base/src/main/java/com/tinyengine/it/controller/ComponentController.java
@@ -66,7 +66,7 @@ public class ComponentController {
66
content = @Content(mediaType = "application/json", schema = @Schema())),
67
@ApiResponse(responseCode = "400", description = "请求失败")})
68
@SystemControllerLog(description = "上传bunled.json文件创建组件")
69
- @PostMapping("/component/bundle/createComponent")
+ @PostMapping("/component/bundle/create")
70
public Result<FileResult> bundleCreateComponent(@RequestParam MultipartFile file) {
71
if (file.isEmpty()) {
72
return Result.failed(ExceptionEnum.CM307);
0 commit comments