File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ use std::{env::var, fs::read_to_string};
99// first request) and contains the instance settings.
1010pub static CONFIG : Lazy < Config > = Lazy :: new ( Config :: load) ;
1111
12- // This serves as the frontend for the Pushshift API - on removed comments, this URL will
13- // be the base of a link, to display removed content (on another site).
14- pub const DEFAULT_PUSHSHIFT_FRONTEND : & str = "www.unddit.com " ;
12+ // This serves as the frontend for an archival API - on removed comments, this URL
13+ // will be the base of a link, to display removed content (on another site).
14+ pub const DEFAULT_PUSHSHIFT_FRONTEND : & str = "undelete.pullpush.io " ;
1515
1616/// Stores the configuration parsed from the environment variables and the
1717/// config file. `Config::Default()` contains None for each setting.
You can’t perform that action at this time.
0 commit comments