Skip to content

Commit

Permalink
Merge pull request #23 from lanyeeee/bugfix/api-domain
Browse files Browse the repository at this point in the history
fix: 修复API的域名变更导致的403问题
  • Loading branch information
lanyeeee authored Oct 9, 2024
2 parents b88fa22 + e24a9fd commit eb66b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/jm_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const APP_TOKEN_SECRET_2: &str = "18comicAPPContent";
const APP_DATA_SECRET: &str = "185Hcomic3PAPP7R";
const APP_VERSION: &str = "1.7.3";

const API_DOMAIN: &str = "www.jmeadpoolcdn.life";
const API_DOMAIN: &str = "www.cdnxxx-proxy.org";

#[derive(Debug, Clone, PartialEq)]
enum ApiPath {
Expand Down

0 comments on commit eb66b04

Please sign in to comment.