Fix ariadne req URL (#531)

This commit is contained in:
Geometrically
2023-02-01 11:17:46 -07:00
committed by GitHub
parent afdab0300e
commit 3b22f59988

View File

@@ -81,7 +81,7 @@ pub async fn count_download(
let client = reqwest::Client::new();
client
.post(format!("{}downloads", dotenvy::var("ARIADNE_URL")?))
.post(format!("{}download", dotenvy::var("ARIADNE_URL")?))
.header("Modrinth-Admin", dotenvy::var("ARIADNE_ADMIN_KEY")?)
.json(&json!({
"ip": download_body.ip,