feat: add boilerplate rust files

This commit is contained in:
Radical 2025-05-03 05:32:22 +02:00
parent 34b984a1b5
commit 8241196284
6 changed files with 52 additions and 0 deletions

View file

@ -3,6 +3,7 @@ use actix_web::{Scope, web};
mod auth;
mod stats;
mod users;
mod servers;
pub fn web() -> Scope {
web::scope("/v1")