Compare commits
2 Commits
7620ba437d
...
429e920829
Author | SHA1 | Date | |
---|---|---|---|
![]() |
429e920829 | ||
![]() |
e3a4bb629d |
@ -27,7 +27,7 @@ import java.util.List;
|
|||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/pipeline")
|
@RequestMapping("/pipeline")
|
||||||
public class PipelineController {
|
public class PipelineController {
|
||||||
@PermitAll
|
|
||||||
@PostMapping(path="/createPipeline")
|
@PostMapping(path="/createPipeline")
|
||||||
public CommonResult<String> createPipeline(@RequestBody @NotNull @Valid PipelineReq pipelineReq){
|
public CommonResult<String> createPipeline(@RequestBody @NotNull @Valid PipelineReq pipelineReq){
|
||||||
|
|
||||||
|
@ -147,6 +147,7 @@ ops:
|
|||||||
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
||||||
- /admin-api/system/auth/register # 注册
|
- /admin-api/system/auth/register # 注册
|
||||||
- /admin-api/system/auth/**
|
- /admin-api/system/auth/**
|
||||||
|
- /admin-api/system/dict-data/**
|
||||||
ignore-tables:
|
ignore-tables:
|
||||||
- system_tenant
|
- system_tenant
|
||||||
- system_tenant_package
|
- system_tenant_package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user