Is it possible to make specific worker services accessible only through service bindings?
Hi
! Is it possible to make specific worker services accessible only through service bindings?
workers_dev = false and assign zero routes to it, and then it's inaccessible outside of a service bindinghttp://some-unknown-host/some-path and your worker would still get it when you use env.SERVICE.fetch('http://some-unknown-host/some-path') for examplehttp://some-unknown-host/some-pathenv.SERVICE.fetch('http://some-unknown-host/some-path')