mirror of
https://github.com/typesense/typesense.git
synced 2025-05-18 04:32:38 +08:00
Add more consts.
This commit is contained in:
parent
0a6f8947f3
commit
9ab7e3db46
@ -89,7 +89,7 @@ public:
|
||||
return this->data_dir;
|
||||
}
|
||||
|
||||
std::string get_log_dir() {
|
||||
std::string get_log_dir() const {
|
||||
return this->log_dir;
|
||||
}
|
||||
|
||||
@ -121,7 +121,7 @@ public:
|
||||
return this->ssl_certificate_key;
|
||||
}
|
||||
|
||||
std::string get_config_file() {
|
||||
std::string get_config_file() const {
|
||||
return config_file;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user