Remove dead comments
This commit is contained in:
parent
5491521f95
commit
a187582f16
|
@ -29,27 +29,6 @@ pub use file_service::{
|
|||
};
|
||||
pub use handlers::handle_index;
|
||||
|
||||
/*
|
||||
async fn authenticate_user(app: App, auth_token: String) -> Result<Username, warp::Rejection> {
|
||||
match app.auth_session(SessionToken::from(auth_token)).await {
|
||||
Ok(username) => Ok(username),
|
||||
Err(_) => Err(warp::reject::not_found()),
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct App {
|
||||
authdb: Arc<RwLock<AuthDB>>,
|
||||
|
|
Loading…
Reference in New Issue