Hook things up more

This commit is contained in:
Alex Hultman
2018-09-10 22:47:41 +02:00
parent 85e99d2059
commit 549c97363c
4 changed files with 144 additions and 24 deletions
+3 -1
View File
@@ -72,7 +72,9 @@ int main(int argc, char **argv) {
});
httpContext->listen();
httpContext->listen(nullptr, 3000, 0);
loop.run();
httpContext->free();