mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-13 16:52:56 +00:00
Merge pull request #13 from GreptimeTeam/chore/flush-message
chore(servers): Change flush message
This commit is contained in:
@@ -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())))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user