mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
fix: remove unnecessary protocol (#386)
This commit is contained in:
@@ -40,7 +40,7 @@ impl Default for FrontendOptions {
|
||||
impl FrontendOptions {
|
||||
// TODO(LFC) Get Datanode address from Meta.
|
||||
pub(crate) fn datanode_grpc_addr(&self) -> String {
|
||||
"http://127.0.0.1:3001".to_string()
|
||||
"127.0.0.1:3001".to_string()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user