feat: implement media listing with sorting and filtering options

This commit is contained in:
2025-11-04 05:57:04 +01:00
parent ab8eeb882e
commit eaf4c90fa8
18 changed files with 238 additions and 39 deletions

View File

@@ -11,6 +11,8 @@ pub mod routes;
pub mod security;
pub mod services;
pub mod state;
pub mod extractors;
pub mod schema;
#[tokio::main]
async fn main() -> anyhow::Result<()> {