admin API refactoring (step 1) #939
1 changed files with 0 additions and 2 deletions
|
@ -134,8 +134,6 @@ impl ApiHandler for AdminApiServer {
|
||||||
Endpoint::New(_) => AdminApiRequest::from_request(req).await?,
|
Endpoint::New(_) => AdminApiRequest::from_request(req).await?,
|
||||||
};
|
};
|
||||||
|
|
||||||
info!("Admin request: {}", request.name());
|
|
||||||
|
|
||||||
let required_auth_hash =
|
let required_auth_hash =
|
||||||
match request.authorization_type() {
|
match request.authorization_type() {
|
||||||
Authorization::None => None,
|
Authorization::None => None,
|
||||||
|
|
Loading…
Add table
Reference in a new issue