fix: POST url

This commit is contained in:
Nathan 2025-09-12 19:58:51 +02:00
parent fc791412a5
commit 20fe783823

View file

@ -45,7 +45,7 @@ pub async fn post_upcoming_colles(
let api_url = get_config(config, "api");
let api_token = get_config(config, "token");
let url = format!("{api_url}/colles");
let url = format!("{api_url}/colles/upcoming");
let colles_json = json!({
"colles": &colles,
"className": class_name,