add: journals base

add: avatar/banner upload endpoints
This commit is contained in:
trisua 2025-03-23 18:03:11 -04:00
parent b3cac5f97a
commit bb682add85
14 changed files with 323 additions and 22 deletions

View file

@ -1,7 +1,7 @@
mod auth;
mod common;
mod drivers;
use super::model::auth::{Token, User};
mod pages;
#[cfg(feature = "sqlite")]
pub use drivers::sqlite::*;