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);
|
return new HttpSuccess(strategyChild.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Patch("{levelnode}/{idnode}")
|
@Patch()
|
||||||
public async editStrategyChild1(
|
public async editStrategyChild1(
|
||||||
@Request() request: { user: Record<string, any> },
|
@Request() request: { user: Record<string, any> },
|
||||||
@Body()
|
@Body()
|
||||||
|
|
@ -247,7 +247,7 @@ export class StrategyController extends Controller {
|
||||||
return new HttpSuccess();
|
return new HttpSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Delete("{levelnode}/{idnode}")
|
@Delete()
|
||||||
public async deleteStrategyChild(
|
public async deleteStrategyChild(
|
||||||
@Request() request: { user: Record<string, any> },
|
@Request() request: { user: Record<string, any> },
|
||||||
@Body()
|
@Body()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue