add test implementation for messaging

This commit is contained in:
Radical 2025-05-02 23:15:27 +02:00
parent bcf857d6b2
commit 8fcfef59d3
6 changed files with 141 additions and 1 deletions

View file

@ -1,6 +1,6 @@
use actix_web::{Scope, web};
mod auth;
pub mod auth;
mod stats;
mod users;