wip/kick #36

Merged
radical merged 9 commits from wip/kick into main 2025-07-22 16:56:37 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 4ec36c1cda - Show all commits

View file

@ -5,7 +5,6 @@ use axum::{
middleware::from_fn_with_state,
routing::{any, delete, get, patch},
};
//use socketioxide::SocketIo;
use crate::{AppState, api::v1::auth::CurrentUser};

View file

@ -1,4 +1,4 @@
//! `/api/v1/channels/{uuid}` Channel specific endpoints
//! `/api/v1/member/{uuid}` Member specific endpoints
use std::sync::Arc;