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