Merge pull request #13 from GreptimeTeam/chore/flush-message

chore(servers): Change flush message
This commit is contained in:
Lei, HUANG
2023-03-14 17:34:22 +08:00
committed by GitHub

View File

@@ -65,5 +65,5 @@ pub async fn flush(
});
grpc_handler.do_query(request, QueryContext::arc()).await?;
Ok((HttpStatusCode::OK, Json::from("hello, world".to_string())))
Ok((HttpStatusCode::OK, Json::from("done".to_string())))
}