mirror of
https://github.com/acepanel/panel.git
synced 2026-02-06 12:27:13 +08:00
feat: 支持创建access_token
This commit is contained in:
@@ -4,7 +4,8 @@ export default {
|
||||
// 获取注册表配置
|
||||
registryConfig: (): any => http.Get('/apps/podman/registry_config'),
|
||||
// 保存注册表配置
|
||||
saveRegistryConfig: (config: string): any => http.Post('/apps/podman/registry_config', { config }),
|
||||
saveRegistryConfig: (config: string): any =>
|
||||
http.Post('/apps/podman/registry_config', { config }),
|
||||
// 获取存储配置
|
||||
storageConfig: (): any => http.Get('/apps/podman/storage_config'),
|
||||
// 保存存储配置
|
||||
|
||||
Reference in New Issue
Block a user