Skip to content

Commit 9ee1ef1

Browse files
committed
feat: component library api
1 parent 2f31f88 commit 9ee1ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/java/com/tinyengine/it/controller/ComponentController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class ComponentController {
6666
content = @Content(mediaType = "application/json", schema = @Schema())),
6767
@ApiResponse(responseCode = "400", description = "请求失败")})
6868
@SystemControllerLog(description = "上传bunled.json文件创建组件")
69-
@PostMapping("/component/bundle/createComponent")
69+
@PostMapping("/component/bundle/create")
7070
public Result<FileResult> bundleCreateComponent(@RequestParam MultipartFile file) {
7171
if (file.isEmpty()) {
7272
return Result.failed(ExceptionEnum.CM307);

0 commit comments

Comments
 (0)