We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73d0be commit f173f51Copy full SHA for f173f51
api/api.php
@@ -3,7 +3,7 @@
3
class ImageUploader {
4
private const ALLOWED_TYPES = ["image/gif", "image/jpeg", "image/jpg", "image/pjpeg", "image/x-png", "image/png"];
5
private const MAX_SIZE = 5 * 1024 * 1024; // 5MB
6
- private const DOMAINS = ['img.pub', 'pic.2bi.li', 'pic.ym.today'];
+ private const DOMAINS = ['img.pub', 'pic.ym.today'];
7
private const UPLOAD_URL = 'https://telegra.ph/upload';
8
9
public function upload(): void {
0 commit comments