add third route

This commit is contained in:
Антон 2024-03-21 21:04:55 +03:00
parent 55cb32c408
commit 24c12cd803
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ StringResponse HandleRequest(StringRequest&& req)
while (std::getline(stream, buf))
{
config += buf;
config += buf;
}
string_view config_ref {config.begin(), config.end()};