Refactor request status id endpoint
This commit is contained in:
@@ -236,7 +236,7 @@ async fn proxy_http_service_inner(
|
||||
} else if let Some(h) = api1::PythonDataApi1Query::handler(&req) {
|
||||
h.handle(req, ctx, proxy_config).await
|
||||
} else if let Some(h) = api1::reqstatus::RequestStatusHandler::handler(&req) {
|
||||
h.handle(req, proxy_config).await
|
||||
h.handle(req, ctx, proxy_config).await
|
||||
} else if path.starts_with(DISTRI_PRE) {
|
||||
proxy_distribute_v2(req).await
|
||||
} else if let Some(h) = super::api4::docs::DocsHandler::handler(&req) {
|
||||
|
||||
Reference in New Issue
Block a user