This commit is contained in:
@ -41,9 +41,6 @@ private:
|
|||||||
std::atomic<bool> started_ = false;
|
std::atomic<bool> started_ = false;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// [[nodiscard]] bool check_authorization(const httpserver::http_request
|
|
||||||
// &request);
|
|
||||||
|
|
||||||
[[nodiscard]] auto check_authorization(const httplib::Request &req) -> bool;
|
[[nodiscard]] auto check_authorization(const httplib::Request &req) -> bool;
|
||||||
|
|
||||||
void handle_get_config(const httplib::Request &req, httplib::Response &res);
|
void handle_get_config(const httplib::Request &req, httplib::Response &res);
|
||||||
|
Reference in New Issue
Block a user