admin API refactoring (step 1) #939

Merged
lx merged 19 commits from refactor-admin into next-v2 2025-01-29 20:42:57 +00:00
Showing only changes of commit 19454c1679 - Show all commits

View file

@ -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,