fixparth
This commit is contained in:
parent
bee26f07a9
commit
f3d2de51f7
1 changed files with 2 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ export class StrategyController extends Controller {
|
|||
return new HttpSuccess(strategyChild.id);
|
||||
}
|
||||
|
||||
@Patch("{levelnode}/{idnode}")
|
||||
@Patch()
|
||||
public async editStrategyChild1(
|
||||
@Request() request: { user: Record<string, any> },
|
||||
@Body()
|
||||
|
|
@ -247,7 +247,7 @@ export class StrategyController extends Controller {
|
|||
return new HttpSuccess();
|
||||
}
|
||||
|
||||
@Delete("{levelnode}/{idnode}")
|
||||
@Delete()
|
||||
public async deleteStrategyChild(
|
||||
@Request() request: { user: Record<string, any> },
|
||||
@Body()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue