Add tokens routes

This commit is contained in:
2025-03-19 18:57:38 +01:00
parent 3081757536
commit 544513d118
16 changed files with 376 additions and 18 deletions

View File

@ -19,6 +19,7 @@ pub async fn main_routine() {
}
async fn exec_routine() -> anyhow::Result<()> {
// TODO
// TODO : remove orphan attachment
// TODO : remove outdated tokens
Ok(())
}