path name fix
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed

This commit is contained in:
BAaboe 2025-07-22 17:35:02 +02:00
parent 82f4388dab
commit 4ec36c1cda
2 changed files with 1 additions and 2 deletions

View file

@ -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};

View file

@ -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;