update trojan server

This commit is contained in:
Tokumeikoi
2020-06-18 20:25:53 +08:00
parent a45f8e121d
commit 13f17d41f0
7 changed files with 12 additions and 234 deletions

View File

@ -145,7 +145,7 @@ class V2rayController extends Controller
public function viewConfig(Request $request)
{
$serverService = new ServerService();
$config = $serverService->getConfig($request->input('node_id'), 23333);
$config = $serverService->getVmessConfig($request->input('node_id'), 23333);
return response([
'data' => $config
]);