mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix segment_analytics default_http_addr import
This commit is contained in:
parent
435778f328
commit
d1c10d6d68
2 changed files with 2 additions and 1 deletions
|
@ -465,7 +465,7 @@ fn default_db_path() -> PathBuf {
|
|||
PathBuf::from(DEFAULT_DB_PATH)
|
||||
}
|
||||
|
||||
fn default_http_addr() -> String {
|
||||
pub fn default_http_addr() -> String {
|
||||
DEFAULT_HTTP_ADDR.to_string()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue