From 4f2fa840d22129c09f8d3d55a27e5d79a00b7564 Mon Sep 17 00:00:00 2001 From: Simon Hardt Date: Fri, 4 Jun 2021 00:58:25 +0200 Subject: [PATCH] remove comment --- Modules/Server/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Server/src/main.cpp b/Modules/Server/src/main.cpp index 06244ce..eb1891a 100644 --- a/Modules/Server/src/main.cpp +++ b/Modules/Server/src/main.cpp @@ -65,7 +65,7 @@ int main() File::create_table(sql); } - //Worker worker(sql); + Worker worker(sql); httplib::Server srv; srv.set_mount_point("/", "www/");