配置修改,permitAll添加
This commit is contained in:
parent
5a0f2beb09
commit
75a588adbc
@ -291,6 +291,7 @@ public class StageController {
|
||||
* @pi.request-type:json
|
||||
* @pi.param: model=stage
|
||||
*/
|
||||
@PermitAll
|
||||
@RequestMapping(path="/updateStageName",method = RequestMethod.POST)
|
||||
public CommonResult<Void> updateTasksStage(@RequestBody @Valid @NotNull StageReq stage){
|
||||
// stageService.updateStageName(stage);
|
||||
|
@ -145,6 +145,7 @@ ops:
|
||||
ignore-urls:
|
||||
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
||||
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
||||
- /admin-api/system/auth/register # 注册
|
||||
ignore-tables:
|
||||
- system_tenant
|
||||
- system_tenant_package
|
||||
|
Loading…
x
Reference in New Issue
Block a user