server: move domain types to a separate file
This commit is contained in:
committed by
nitnelave
parent
e89b1538af
commit
09a0522e2d
@@ -1,4 +1,4 @@
|
||||
use crate::domain::{error::*, handler::UserId};
|
||||
use crate::domain::{error::Result, types::UserId};
|
||||
use async_trait::async_trait;
|
||||
|
||||
pub use lldap_auth::{login, registration};
|
||||
|
||||
Reference in New Issue
Block a user