mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
Update proxy to handle traffic
This commit is contained in:
@@ -3,7 +3,7 @@ import React from 'react'
|
||||
import {invoke} from '@tauri-apps/api/tauri'
|
||||
|
||||
async function startProxy() {
|
||||
await invoke('connect')
|
||||
await invoke('connect', { port: 2222 })
|
||||
}
|
||||
|
||||
async function stopProxy() {
|
||||
|
||||
Reference in New Issue
Block a user