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

Function unsetSystemProxy

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

Source from the content-addressed store, hash-verified

21 })
22 },
23 unsetSystemProxy() {
24 return request({
25 url: 'api/proxy-unset',
26 method: 'post',
27 })
28 },
29 openDirectoryDialog() {
30 return request({
31 url: 'api/open-directory',

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected