File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ pub async fn start_http_server(
108108 )
109109 . route (
110110 "/v1/statement/executing/{query_id}/{slug}/{token}" ,
111- get ( v1:: statement:: get_trino_executing_statement ) ,
111+ get ( v1:: statement:: get_or_head_trino_executing_statement ) ,
112112 )
113113 . route (
114114 "/v1/statement/queued_in_trino_lb/{query_id}/{sequence_number}" ,
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ pub async fn get_trino_queued_statement(
235235 name = "GET (or HEAD) /v1/statement/executing/{queryId}/{slug}/{token}" ,
236236 skip( state, headers)
237237) ]
238- pub async fn get_trino_executing_statement (
238+ pub async fn get_or_head_trino_executing_statement (
239239 method : http:: Method ,
240240 headers : HeaderMap ,
241241 State ( state) : State < Arc < AppState > > ,
You can’t perform that action at this time.
0 commit comments