This commit is contained in:
marin postma 2021-06-24 16:25:52 +02:00
parent 8e4928c7ea
commit 79fc3bb84e
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
6 changed files with 30 additions and 25 deletions

View file

@ -1,7 +1,7 @@
use log::debug;
use actix_web::{web, HttpResponse};
use crate::extractors::authentication::{GuardedData, policies::*};
use crate::extractors::authentication::{policies::*, GuardedData};
use crate::index::Settings;
use crate::Data;
use crate::{error::ResponseError, index::Unchecked};