Combining HttpApi with HttpRouter for a Runnable App
I'm back with another question. I have created an API using HttpApiBuilder but now I also want to add some middlewares and routes that are not part of the API. How to combine HttpApi with HttpRouter to create a runnable app? Help much appreciated.
