Skip to content

Commit

Permalink
Merge pull request #116 from dany-eudes/patch-2
Browse files Browse the repository at this point in the history
Outdated Dicebear API endpoint
  • Loading branch information
acidjazz committed Jan 3, 2024
2 parents bea7a20 + 8d6f27c commit 0507393
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 0507393

Please sign in to comment.