Compare commits

...

2 Commits

Author SHA1 Message Date
HopeLi
429e920829 Merge remote-tracking branch 'origin/temp' into temp
# Conflicts:
#	ops-server/src/main/java/cd/casic/server/controller/PipelineController.java
2025-05-13 09:21:21 +08:00
HopeLi
e3a4bb629d 0513 ljc 2025-05-13 09:20:12 +08:00
2 changed files with 2 additions and 1 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,6 +147,7 @@ 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