mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore:
This commit is contained in:
@@ -72,3 +72,10 @@ export async function SysSettingsSave(data: SysSettings) {
|
||||
data: data
|
||||
});
|
||||
}
|
||||
|
||||
export async function TestProxy() {
|
||||
return await request({
|
||||
url: apiPrefix + "/testProxy",
|
||||
method: "post"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user