Browse Source

remove store object

master
Jørgen Sverre Lien Sellæg 5 years ago
parent
commit
39f462b2b2
  1. 1
      src/store.cpp

1
src/store.cpp

@ -26,7 +26,6 @@ Application::Application(const nlohmann::json &cfg) {
} }
int Application::run() { int Application::run() {
auto store = json::object();
std::vector<std::thread> servers; std::vector<std::thread> servers;
for (const auto &m : {"GET", "POST", "PUT", "PATCH", "OPTIONS", "HEAD"}) { for (const auto &m : {"GET", "POST", "PUT", "PATCH", "OPTIONS", "HEAD"}) {

Loading…
Cancel
Save