This commit is contained in:
parent
82f4388dab
commit
4ec36c1cda
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ use axum::{
|
||||||
middleware::from_fn_with_state,
|
middleware::from_fn_with_state,
|
||||||
routing::{any, delete, get, patch},
|
routing::{any, delete, get, patch},
|
||||||
};
|
};
|
||||||
//use socketioxide::SocketIo;
|
|
||||||
|
|
||||||
use crate::{AppState, api::v1::auth::CurrentUser};
|
use crate::{AppState, api::v1::auth::CurrentUser};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//! `/api/v1/channels/{uuid}` Channel specific endpoints
|
//! `/api/v1/member/{uuid}` Member specific endpoints
|
||||||
|
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue