This commit is contained in:
2026-03-11 23:01:24 -05:00
parent 3b37153ace
commit be71e7c1f9

View File

@@ -36,7 +36,7 @@ class DashboardController extends Controller
$esi = new Eseye();
//dd($esi);
$characterInfo = $esi->invoke('get', '/characters/{character_id/', [
$characterInfo = $esi->invoke('get', '/characters/{character_id}/', [
'character_id' => 92471016,
]);
dd($characterInfo);