summaryrefslogtreecommitdiffstats
path: root/src/web.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.vala')
-rw-r--r--src/web.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web.vala b/src/web.vala
index 2e2e13f..9a77369 100644
--- a/src/web.vala
+++ b/src/web.vala
@@ -728,6 +728,6 @@ public class WebServer {
srv.add_handler("/users", handler_users);
srv.add_handler("/users/import", handler_user_import);
- srv.run();
+ srv.run_async();
}
}