Adds auth

This commit is contained in:
2025-10-06 17:29:09 +02:00
parent 96e22dc51c
commit 95379ff1ca
4 changed files with 38 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ mod api;
mod dtos;
mod models;
mod schema;
mod auth;
use crate::api::hit;
use crate::api::image;