Skip to content

Commit c1ae36f

Browse files
authored
Update ListDrivers.php
1 parent d76fafb commit c1ae36f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Toolbelt/Commands/ListDrivers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function handle(): void
2121
{
2222
/** @var Client $http */
2323
$http = resolve(Client::class);
24-
$response = $http->get('https://fondbot.com/api/drivers');
24+
$response = $http->get('https://fondbot.io/api/drivers');
2525
$items = json_decode((string) $response->getBody(), true);
2626

2727
$drivers = collect($items)

0 commit comments

Comments
 (0)