same functionality now works with axum the same way it did with actix

This commit is contained in:
2026-03-02 20:39:08 +01:00
parent 05ba925d54
commit a86a28fd85
7 changed files with 96 additions and 57 deletions

View File

@@ -45,7 +45,7 @@ impl<T: Ringer> Scheduler<T> {
});
job_result.expect("Faild to add job");
todo!()
Ok(())
}
pub async fn add_alarm(&self, time: DateTime<Local>) -> Result<Alarm, String> {