From c0a7a1661fe66e16177e4dd4ff638ba0c7171078 Mon Sep 17 00:00:00 2001 From: xfy Date: Tue, 1 Apr 2025 11:01:19 +0800 Subject: [PATCH] chore(api): change backend address --- src/consts.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/consts.rs b/src/consts.rs index 0528453..943c1fb 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -1,2 +1,4 @@ // Target address -pub static MSG_URL: &str = "https://swdx.kdah.cn:8011"; \ No newline at end of file +// pub static MSG_URL: &str = "https://swdx.kdah.cn:8011"; + +pub static MSG_URL: &str = "http://58.242.187.12:8011"; \ No newline at end of file