mounting multiple routes on a FastAPI app results in 404 not found error
I am building a Chainlit application with a custom react front-end. I am using the latest version of Chainlit which allows mounting chainlit as an app on its own. I am then mounting my custom react front-end on a separate path using StaticFiles
as below