mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 22:09:03 +08:00
parent
68347d79d6
commit
ca38780da8
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export const containerRename = (params: Container.ContainerRename) => {
|
|||
return http.post(`/containers/rename`, params);
|
||||
};
|
||||
export const containerOperator = (params: Container.ContainerOperate) => {
|
||||
return http.post(`/containers/operate`, params);
|
||||
return http.post(`/containers/operate`, params, TimeoutEnum.T_60S);
|
||||
};
|
||||
export const containerPrune = (params: Container.ContainerPrune) => {
|
||||
return http.post<Container.ContainerPruneReport>(`/containers/prune`, params);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue