Skip to content

Commit 4c9bebf

Browse files
authored
Update modules/dynamic-plugins/proc-overriding-core-backend-services.adoc
1 parent 5d5449c commit 4c9bebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynamic-plugins/proc-overriding-core-backend-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ export const customRootHttpServerFactory: BackendFeature =
9696
export default customRootHttpServerFactory;
9797
----
9898
+
99-
In the above example, as the `BackendFeature` overrides the default implementation of the HTTP router service, you must set the `ENABLE_CORE_ROOTHTTPROUTER_OVERRIDE` environment variable to `true` so that the {product-short} does not install the default implementation automatically.
99+
In the previous example, as the `BackendFeature` overrides the default implementation of the HTTP router service, you must set the `ENABLE_CORE_ROOTHTTPROUTER_OVERRIDE` environment variable to `true` so that the {product-short} does not install the default implementation automatically.
100100

0 commit comments

Comments
 (0)