Update comment

This commit is contained in:
Matthew Esposito 2024-02-05 16:48:27 -05:00
parent ae80068461
commit 127d6900d1
No known key found for this signature in database

View file

@ -9,8 +9,8 @@ use std::{env::var, fs::read_to_string};
// first request) and contains the instance settings.
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).
// 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";
/// Stores the configuration parsed from the environment variables and the