diff --git a/server/controller/webmin.js b/server/controller/webmin.js
index aefa69b9907f1f76718069c4c0bbcc030ed12ff3..4c4886bd31a6f7401f55ddd23060b177bcd36a37 100644
--- a/server/controller/webmin.js
+++ b/server/controller/webmin.js
@@ -32,6 +32,9 @@ function WebAdmin (duniterServer) {
   let bmapi;
   const that = this;
 
+  // Routing documents
+  server.routing();
+
   server.pipe(es.mapSync(function(data) {
     if (data.pulling !== undefined || data.pow !== undefined) {
       that.push(data);