Skip to content

Commit 3592728

Browse files
Midou36Osigaloid
andauthored
Replace www.unddit.com with undelete.pullpush.io (#42)
* Replace www.unddit.com with undelete.pullpush.io * Update comment --------- Co-authored-by: Matthew Esposito <[email protected]>
1 parent 469d099 commit 3592728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ use std::{env::var, fs::read_to_string};
99
// first request) and contains the instance settings.
1010
pub 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.

0 commit comments

Comments
 (0)