working commit

This commit is contained in:
2026-04-25 23:27:32 +02:00
parent ace92da151
commit 43d1cfc2b4
14 changed files with 257 additions and 297 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ void Router(std::string& req, std::string& res) {
std::string rawResult;
control::HelloResult helloRes;
helloRes.Clear();
helloRes.set_name("foobare");
helloRes.set_id(12);
helloRes.set_message("foobare");
helloRes.SerializeToString(&rawResult);
res.append(rawResult);