1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

fix: revert qr code quality

This commit is contained in:
德华 刘 2023-12-05 14:41:05 +00:00
parent fa7f9be6f7
commit 298d6ea917

View file

@ -485,7 +485,7 @@ App::get('/v1/avatars/qr')
$response
->addHeader('Expires', \date('D, d M Y H:i:s', \time() + (60 * 60 * 24 * 45)) . ' GMT') // 45 days cache
->setContentType('image/png')
->send($image->output('png', 5));
->send($image->output('png', 9));
});
App::get('/v1/avatars/initials')