Replace www.unddit.com with undelete.pullpush.io

This commit is contained in:
Midou36O 2024-02-05 21:20:00 +01:00
parent 469d0994f1
commit ae80068461
No known key found for this signature in database
GPG key ID: 1D134A95FE521A7A

View file

@ -11,7 +11,7 @@ pub static CONFIG: Lazy<Config> = Lazy::new(Config::load);
// This serves as the frontend for the Pushshift API - on removed comments, this URL will
// be the base of a link, to display removed content (on another site).
pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "www.unddit.com";
pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "undelete.pullpush.io";
/// Stores the configuration parsed from the environment variables and the
/// config file. `Config::Default()` contains None for each setting.