Skip to content

Commit

Permalink
fix: update site url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlokSwaminathan committed Nov 10, 2024
1 parent 3e11f62 commit cefc8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/rust/en.mangademon/res/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lang": "en",
"name": "Manga Demon",
"version": 4,
"url": "https://demonicscans.org",
"url": "https://ciorti.online",
"nsfw": 0
},
"listings": [
Expand Down
2 changes: 1 addition & 1 deletion src/rust/en.mangademon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use aidoku::{
use helper::*;
use parser::*;

const BASE_URL: &str = "https://demonicscans.org";
const BASE_URL: &str = "https://ciorti.online";

#[get_manga_list]
fn get_manga_list(filters: Vec<Filter>, page: i32) -> Result<MangaPageResult> {
Expand Down

0 comments on commit cefc8ae

Please sign in to comment.