expire pastes after a month
This commit is contained in:
@ -18,7 +18,7 @@ import java.net.http.HttpResponse;
|
||||
@Log4j2(topic = "PasteUtils")
|
||||
public class PasteUtils {
|
||||
private static final String PASTE_URL = "https://paste.fascinated.cc/";
|
||||
private static final String PASTE_UPLOAD_URL = PASTE_URL + "api/upload";
|
||||
private static final String PASTE_UPLOAD_URL = PASTE_URL + "api/upload?expires=" + 60 * 60 * 24 * 30; // 30 days
|
||||
private static final HttpClient httpClient = HttpClient.newHttpClient();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user