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