de-global services for admin
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
9b20c6918f
commit
992c0a1e58
14 changed files with 221 additions and 227 deletions
|
@ -20,10 +20,7 @@ extern crate conduit_service as service;
|
|||
pub(crate) use conduit::{mod_ctor, mod_dtor, Result};
|
||||
pub(crate) use service::{services, user_is_local};
|
||||
|
||||
pub(crate) use crate::{
|
||||
handler::Service,
|
||||
utils::{escape_html, get_room_info},
|
||||
};
|
||||
pub(crate) use crate::utils::{escape_html, get_room_info};
|
||||
|
||||
mod_ctor! {}
|
||||
mod_dtor! {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue