Skip to content

Commit

Permalink
fix(api): Update red api url (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
andytheholy authored Nov 24, 2024
1 parent 3d20de1 commit 3f17180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redacted/api/constants.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pub const TRACKER_URL: &str = "https://flacsfor.me";
pub const API_URL: &str = "https://redacted.ch/ajax.php";
pub const API_URL: &str = "https://redacted.sh/ajax.php";
pub const FORBIDDEN_CHARACTERS: [char; 10] = ['<', '>', ':', '"', '/', '\\', '|', '?', '*', '/'];

0 comments on commit 3f17180

Please # to comment.