Relative Content

Tag Archive for fastapiaiohttp

How to mount aiohttp route to fastapi?

I want to deploy ComfyUI on a service platform implemented with fastapi and expose ComfyUI’s front-end routes to the service platform. However, since ComfyUI is implemented with aiohttp, I want to know how to mount aiohttp’s routes to fastapi and access them normally.