style: cargo clippy and format
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Radical 2025-05-02 15:20:22 +02:00
parent 5d0d666094
commit 97f7595cc5
10 changed files with 289 additions and 159 deletions

View file

@ -1,7 +1,7 @@
use actix_web::{Scope, web};
mod stats;
mod auth;
mod stats;
mod user;
pub fn web() -> Scope {