mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
fix: test
This commit is contained in:
@@ -24,6 +24,6 @@ const proxyConfigMappings: Record<ProxyType, ProxyConfig> = {
|
||||
]
|
||||
}
|
||||
|
||||
export function getProxyConfig(envType: ProxyType = 'dev'): ProxyConfig {
|
||||
export function getProxyConfigs(envType: ProxyType = 'dev'): ProxyConfig[] {
|
||||
return proxyConfigMappings[envType]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user