We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 841ab8f + 9ff0397 commit 1b78dabCopy full SHA for 1b78dab
documentation/modules/ROOT/pages/gateway-dotnet.adoc
@@ -263,7 +263,7 @@ You might be wondering how the Gateway service knows how to contact the *Catalog
263
These values can be injected as environment variables at runtime for example if running the component locally in the IDE,
264
but by default we have hardcoded the name of the OpenShift *Services* and then use OpenShift local DNS to resolve these names as
265
the application starts. You can see the code that consumes those variables below. This is from *ProductsController.cs class* in the
266
-**/projects/workshop/labs/gateway-dotnet/** directory.
+**/projects/workshop/labs/gateway-dotnet/Controllers** directory.
267
268
[source,java]
269
----
0 commit comments