Update docs/backend-system/building-plugins-and-modules/08-migrating.md

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan@haals.se>
This commit is contained in:
Johan Haals
2023-01-18 14:55:47 +01:00
committed by GitHub
parent 39179d4fa0
commit 03ea9b4be4
@@ -63,7 +63,7 @@ export const kubernetesPlugin = createBackendPlugin({
discovery,
}).build();
// We registered the router with the http service.
// We register the router with the http service.
http.use(router);
},
});