add: journals base
add: avatar/banner upload endpoints
This commit is contained in:
parent
b3cac5f97a
commit
bb682add85
14 changed files with 323 additions and 22 deletions
|
@ -1,6 +1,9 @@
|
|||
use super::*;
|
||||
use crate::model::permissions::FinePermission;
|
||||
use crate::model::{Error, Result};
|
||||
use crate::model::{
|
||||
Error, Result,
|
||||
auth::{Token, User},
|
||||
permissions::FinePermission,
|
||||
};
|
||||
use crate::{execute, get, query_row};
|
||||
|
||||
use tetratto_shared::hash::hash_salted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue