mirror of https://github.com/1Panel-dev/1Panel
feat: 增加已安装应用操作的执行时间 (#854)
parent
a073113817
commit
c62fd4841a
|
@ -63,7 +63,7 @@ export const GetAppInstalled = (search: App.AppInstalledSearch) => {
|
|||
};
|
||||
|
||||
export const InstalledOp = (op: App.AppInstalledOp) => {
|
||||
return http.post<any>('apps/installed/op', op);
|
||||
return http.post<any>('apps/installed/op', op, 40000);
|
||||
};
|
||||
|
||||
export const SyncInstalledApp = () => {
|
||||
|
|
Loading…
Reference in New Issue