Add get_wup Admin API routes
This commit is contained in:
parent
25d2e1d036
commit
4d5436bca9
5 changed files with 56 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ pub struct FileWUPAttributes {
|
|||
pub description: String,
|
||||
}
|
||||
|
||||
#[derive(FromRow, Clone)]
|
||||
#[derive(FromRow, Clone, Serialize)]
|
||||
pub struct FileWUP {
|
||||
pub deleted: bool,
|
||||
pub file_key: String,
|
||||
|
|
@ -92,4 +92,4 @@ pub struct FileWUP {
|
|||
pub auto_delete: bool,
|
||||
pub created: NaiveDateTime,
|
||||
pub updated: NaiveDateTime,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue