UAL-RE / ReM

A Python web UI built on FastAPI to gather metadata to construct a README
MIT License
3 stars 1 forks source link

Switch from uvicorn.Server to router approach for multi modules #10

Closed astrochun closed 3 years ago

astrochun commented 3 years ago

We are currently using uvicorn.Server to handle the different modules and having them on different ports. It would be better to consolidate them and use multiple routers.