how to forward declare a route, i.e., a route with no endpoint. #2347
sandeep-gh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to circular dependency I need to declare a "dummy/placeholder" endpoint which is later defined. Kind of like forward declaration of types. Below is the sample code:
This doesn't work. What would be a good way to achieve this. Something like route.update_endpoint()?
Beta Was this translation helpful? Give feedback.
All reactions