Skip to content

Commit

Permalink
Create twobot.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
ScSofts authored Aug 8, 2022
1 parent 1d696aa commit fb1e692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twobot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ namespace twobot {
catch (const std::exception& e) {
std::cerr << "WebSocket CallBack Exception: " << e.what() << std::endl;
}
httpSession->send(R"({"status": "ok", "code": 200})");
httpSession->send("");

};

Expand Down

0 comments on commit fb1e692

Please sign in to comment.