Skip to content

Commit

Permalink
Outdated Dicebear API endpoint
Browse files Browse the repository at this point in the history
Replaced by a similar API (api.multiavatar.com)
  • Loading branch information
dany-eudes committed Jan 2, 2024
1 parent 62f002a commit 8d6f27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function example(Request $request): Response|JsonResponse
'name' => $faker->name(),
'job' => $faker->jobTitle,
'email' => $email,
'avatar' => 'https://avatars.dicebear.com/api/human/' . $email . '.svg',
'avatar' => 'https://api.multiavatar.com/' . $email . '.svg',
];
}

Expand Down

0 comments on commit 8d6f27c

Please sign in to comment.