Add ihsoyct as pushshift api

This commit is contained in:
gongchandang49 2025-03-23 20:56:41 +01:00 committed by GitHub
parent 921b999ded
commit 79ad9beff0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ pub static CONFIG: Lazy<Config> = Lazy::new(Config::load);
// This serves as the frontend for an archival 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 = "undelete.pullpush.io";
pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "ihsoyct.github.io";
/// Stores the configuration parsed from the environment variables and the
/// config file. `Config::Default()` contains None for each setting.