mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
update trojan server
This commit is contained in:
@ -111,7 +111,7 @@ class DeepbworkController extends Controller
|
||||
}
|
||||
$serverService = new ServerService();
|
||||
try {
|
||||
$json = $serverService->getConfig($nodeId, $localPort);
|
||||
$json = $serverService->getVmessConfig($nodeId, $localPort);
|
||||
} catch (\Exception $e) {
|
||||
abort(500, $e->getMessage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user