clean up comments and dependencies

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
This commit is contained in:
Emma Indal
2023-03-06 10:35:24 +01:00
committed by Camila Belo
parent bf54977e68
commit 1a79af33f2
7 changed files with 98 additions and 61 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ export const searchPlugin = createBackendPlugin({
engine: searchEngine,
types: searchIndexBuilder.getDocumentTypes(),
});
// We register the router with the http service.
http.use(router);
},
});