Hello,
I’m interested in trying to understand how to register API routes in Corteza.
I working through the documentation here:
I have a route registered in the server by modifying the yaml file and running the make codegen command. Then I ran codegen:corteza-api-client to create the route in the corteza-js project. I linked the packages and confirmed the changes with some console.logs in the compose project, but do not see the route registered in the ComposeAPI object (attached screenshot)
What am I missing?
Thanks so much.