Serving multiple types

  1. Can we implement a FastAPI app with a base “app = FastAPI()” and then have several sub-apps “app-module = APIRouter()” as per (Bigger Applications - Multiple Files - FastAPI) and some of the app-module applications can be served by Ray backend and others by normal web serving? And what would be a way to do that?