Hi, thanks for the great lib. My code is designed in such a way that I have multiple services, and each service returns its own Axum Router. The main merges all the routers together to create the full API. Is there anyway for me to use this library, or would I have to redesign everything and put all the routes in one place?
Hi, thanks for the great lib. My code is designed in such a way that I have multiple services, and each service returns its own Axum Router. The main merges all the routers together to create the full API. Is there anyway for me to use this library, or would I have to redesign everything and put all the routes in one place?