Commit d00e88e2 authored by knowledge4igor's avatar knowledge4igor

Tiny code style fix

parent 87ca50e6
......@@ -17,7 +17,7 @@ struct CookieHandler : public Http::Handler {
// Synthetic behaviour, just for testing purposes
for(auto&& cookie: request.cookies()) {
response.cookies().add(cookie);
}
}
response.send(Http::Code::Ok, "Ok");
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment