Can upload files

This commit is contained in:
2025-04-09 21:12:47 +02:00
parent 84e1c57dc9
commit 61a4ea62c6
24 changed files with 342 additions and 61 deletions

View File

@ -59,7 +59,7 @@ pub async fn create(auth: AuthExtractor, req: web::Json<CreateTokenBody>) -> Htt
right_account: req.right_account,
right_movement: req.right_movement,
right_inbox: req.right_inbox,
right_attachment: req.right_attachment,
right_file: req.right_attachment,
right_auth: req.right_auth,
})
.await?;