update: fix app

This commit is contained in:
v2board 2023-10-27 03:11:47 +08:00
parent e980a6bbe0
commit fa6670597a

View File

@ -47,7 +47,7 @@ class AppController extends Controller
array_push($proxies, $item['name']);
}
if ($item['type'] === 'trojan') {
array_push($proxy, \App\Http\Controllers\V1\Client\Protocols\Clash::buildTrojan($user['uuid'], $item));
array_push($proxy, \App\Protocols\Clash::buildTrojan($user['uuid'], $item));
array_push($proxies, $item['name']);
}
}