Fix stop url
This commit is contained in:
parent
fa9ab93c77
commit
5935e4220b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use tracing::{info, warn};
|
|||
use crate::client::HTTP_CLIENT;
|
||||
use crate::config::ClientSecret;
|
||||
|
||||
const CONTROL_CENTER_STOP_URL: &str = "https://api.mangadex.network/ping";
|
||||
const CONTROL_CENTER_STOP_URL: &str = "https://api.mangadex.network/stop";
|
||||
|
||||
#[derive(Serialize)]
|
||||
struct StopRequest<'a> {
|
||||
|
|
Loading…
Reference in a new issue