You've already forked FrameTour-BE
bug
This commit is contained in:
@ -59,10 +59,4 @@ public class TaskTaskController {
|
||||
taskService.taskFail(taskId, req);
|
||||
return ApiResponse.success("OK");
|
||||
}
|
||||
|
||||
@PostMapping("/test/createRenderTask/{scenicId}/{templateId}/{faceId}")
|
||||
public ApiResponse<String> createRenderTask(@PathVariable Long scenicId, @PathVariable Long templateId, @PathVariable Long faceId) {
|
||||
taskService.createRenderTask(scenicId, templateId, faceId);
|
||||
return ApiResponse.success("ok");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user