Route name across api end points
问题 We have below two end points, having their respective Organization and Space 1) Dev environment: a.b.c.org.cloud 2) Proof of Concept environment(POC): a.b.c.poc.io There is an app( my-cool-app ) with route name my-cool-app.a.b.c.poc.io running in POC environment. Due to code smell issue in this app, route name is decided by app source code(hard coded) but not through manifest.yml of cf push . This lead to same route name my-cool-app.a.b.c.poc.io for my-cool-app in Dev environment. 1) Can app