Рабочая сборка с третьей ручкой

This commit is contained in:
Антон
2025-09-27 19:22:09 +03:00
parent 04fb9b7ff4
commit 2a99fc727c
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
using namespace boost::beast;
using namespace std::string_literals;
auto body = req.body();
const auto body = req.body();
value req_json;
value response_body;