diff --git a/manifest-prod.yml b/manifest-prod.yml index 28cdcd2..e9715dd 100644 --- a/manifest-prod.yml +++ b/manifest-prod.yml @@ -6,7 +6,7 @@ applications: buildpacks: - https://github.com/cloudfoundry/dotnet-core-buildpack.git#v2.3.1 routes: - - steeltoe.io - - www.steeltoe.io + - "steeltoe.io" + - "www.steeltoe.io" services: - - autoscale-steeltoe.io \ No newline at end of file + - "autoscale-steeltoe.io" \ No newline at end of file