🔨 Refactors code

This commit is contained in:
2025-10-06 17:31:47 +02:00
parent 95379ff1ca
commit cd537524ce
4 changed files with 8 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
mod api;
mod auth;
mod dtos;
mod models;
mod schema;
mod auth;
use crate::api::hit;
use crate::api::image;