update: other

This commit is contained in:
tokumeikoi
2021-01-10 03:25:31 +09:00
parent 3f1c505922
commit c5639a9bef
5 changed files with 15 additions and 7 deletions

View File

@ -126,7 +126,7 @@ class ServerService
->get();
}
public function getVmessConfig(int $nodeId, int $localPort)
public function getV2RayConfig(int $nodeId, int $localPort)
{
$server = Server::find($nodeId);
if (!$server) {