We have a cf app that need not have public visibility.
It's like a service, but it's a stateless app, so making it a droplet is convenient.
It only needs to be visible to the other apps.
How can I hide the endpoint from the outside world?
I can remove the route, but then the other apps can't see it either.
How does one handle that in cf?
thanks,
Matthias