We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d20de1 commit 3f17180Copy full SHA for 3f17180
src/redacted/api/constants.rs
@@ -1,3 +1,3 @@
1
pub const TRACKER_URL: &str = "https://flacsfor.me";
2
-pub const API_URL: &str = "https://redacted.ch/ajax.php";
+pub const API_URL: &str = "https://redacted.sh/ajax.php";
3
pub const FORBIDDEN_CHARACTERS: [char; 10] = ['<', '>', ':', '"', '/', '\\', '|', '?', '*', '/'];
0 commit comments