Skip to content
Snippets Groups Projects
Commit 73065a89 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Duniter services were not started on launch

parent ecdcd3ab
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ module.exports = {
require('./server/lib/routes').webminWS(wbmin)(httpServer);
yield wbmin.startHTTP();
yield wbmin.startAllServices();
// Never ending promise
return new Promise((resolve) => {});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment