litestar-pg-redis-docker icon indicating copy to clipboard operation
litestar-pg-redis-docker copied to clipboard

Enhancement: mount the SAQ UI

Open peterschutt opened this issue 3 years ago • 2 comments

SAQ has a UI which is an aiohttp Application object. Unfortunately these are not asgi apps: https://github.com/aio-libs/aiohttp/issues/2902

There is https://github.com/mosquito/aiohttp-asgi, or might need an alternate implementation of the UI that could be delivered as a starlite application config plugin.

peterschutt avatar Oct 25 '22 00:10 peterschutt