fix: add api/v1/servers/uuid/channels/uuid as a service
This commit is contained in:
parent
c79451a851
commit
1de99306a2
3 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@ use crate::{api::v1::auth::check_access_token, utils::get_auth_header, Data};
|
|||
use ::uuid::Uuid;
|
||||
use log::error;
|
||||
|
||||
mod uuid;
|
||||
pub mod uuid;
|
||||
|
||||
#[derive(Serialize, Clone, FromRow)]
|
||||
struct ChannelPermission {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue