Bug fixing
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
bool start();
|
||||
void stop();
|
||||
bool validate_write_request(const httplib::Request& req, httplib::Response& res, const std::vector<std::string>& required_params, std::map<std::string, std::string>& params);
|
||||
std::pair<std::string, std::string> parse_label_tag(const std::string& label_tag) const;
|
||||
std::pair<std::string, std::string> parse_labeltag(const std::string& labeltag) const;
|
||||
|
||||
// Make these public so PutHandler can access them
|
||||
ServerConfig config_;
|
||||
|
Reference in New Issue
Block a user