Compare commits

..

No commits in common. "429e92082918bb22388e52ee47705dd6401c2237" and "7620ba437db28aa94c02c44e8159444027a023dc" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ import java.util.List;
@RestController
@RequestMapping("/pipeline")
public class PipelineController {
@PermitAll
@PostMapping(path="/createPipeline")
public CommonResult<String> createPipeline(@RequestBody @NotNull @Valid PipelineReq pipelineReq){

View File

@ -147,7 +147,6 @@ ops:
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
- /admin-api/system/auth/register # 注册
- /admin-api/system/auth/**
- /admin-api/system/dict-data/**
ignore-tables:
- system_tenant
- system_tenant_package