:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 2s

This commit is contained in:
Your Name
2025-05-29 22:26:48 +12:00
parent 147012bf12
commit f9fee188e8
7 changed files with 109 additions and 175 deletions

View File

@@ -27,6 +27,8 @@ public:
ServerConfig config_;
std::unique_ptr<Database> db_;
void handle_get_version(const httplib::Request& req, httplib::Response& res);
private:
void setup_routes();
void handle_get_object(const httplib::Request& req, httplib::Response& res);