Skip to content

Commit 3f17180

Browse files
authored
fix(api): Update red api url (#31)
1 parent 3d20de1 commit 3f17180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redacted/api/constants.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pub const TRACKER_URL: &str = "https://flacsfor.me";
2-
pub const API_URL: &str = "https://redacted.ch/ajax.php";
2+
pub const API_URL: &str = "https://redacted.sh/ajax.php";
33
pub const FORBIDDEN_CHARACTERS: [char; 10] = ['<', '>', ':', '"', '/', '\\', '|', '?', '*', '/'];

0 commit comments

Comments
 (0)