Update Pomf.cs

This commit is contained in:
3k2 2018-08-21 20:02:38 +03:00 committed by GitHub
parent a8348b2bf1
commit f8abe1b1e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ public class Pomf : FileUploader
new PomfUploader("https://pomf.pyonpyon.moe/upload.php"),
//new PomfUploader("https://sugoi.vidyagam.es/upload.php"), - dangerous site
new PomfUploader("https://up.asis.io/upload.php", "http://dl.asis.io"),
new PomfUploader("https://upload.void.cat/src/php/upload.php"),
new PomfUploader("https://upload.void.cat/src/php/upload.php")
};
public PomfUploader Uploader { get; private set; }