Binding (or API) for Routing Metadata
Is it possible for natively (or fetching the API) get a domain of the route where the Worker is deployed?
I'm cron-triggering a scheduled worker that creates an external object including a self-link to a next page of it, so it can be handled by its fetch exported handler.
I'm currently solving this problem with an env set manually (I wonder is there a global/shared variable for configuring values like its routes?).
0 Replies