feat: add boilerplate rust files
This commit is contained in:
parent
34b984a1b5
commit
8241196284
6 changed files with 52 additions and 0 deletions
|
@ -3,6 +3,7 @@ use actix_web::{Scope, web};
|
|||
mod auth;
|
||||
mod stats;
|
||||
mod users;
|
||||
mod servers;
|
||||
|
||||
pub fn web() -> Scope {
|
||||
web::scope("/v1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue