xvxcv
All checks were successful
Deploy / deploy (push) Successful in 55s

This commit is contained in:
2026-07-27 21:40:40 +02:00
parent 36092027d2
commit 932a070652
6 changed files with 24 additions and 15 deletions

View File

@@ -127,7 +127,7 @@ final class Lorelei
public static function buildProxyUrl(array $row): string
{
return 'https://api.dicebear.com/10.x/lorelei/svg?' . http_build_query(self::apiQuery($row) + ['size' => '256']);
return '/api/avatar?' . http_build_query(self::apiQuery($row));
}
public static function previewChoices(array $row, string $field): array