取消
This commit is contained in:
@@ -224,10 +224,6 @@ export async function updateSystemConfig(id: string, value: string): Promise<voi
|
||||
await api.put(`/admin/system-configs/${id}`, { value });
|
||||
}
|
||||
|
||||
export async function regenerateDevToken(): Promise<{ token: string }> {
|
||||
return api.post('/admin/system-configs/regenerate-dev-token');
|
||||
}
|
||||
|
||||
export async function getGlobalResourceCapacity(): Promise<ResourceCapacityConfigOut> {
|
||||
return api.get('/admin/resource-capacity/global');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user