MCPcopy
hub / github.com/putyy/res-downloader / openSystemProxy

Function openSystemProxy

frontend/src/api/app.ts:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 })
16 },
17 openSystemProxy() {
18 return request({
19 url: 'api/proxy-open',
20 method: 'post',
21 })
22 },
23 unsetSystemProxy() {
24 return request({
25 url: 'api/proxy-unset',

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected