mpdevilleres
mpdevilleres
Hi @Chaostheorie, Thank you for your response, I am not sure how to do this as a wrapper. the reason I wanted to pass the parameter in the url so...
another derivative you can do is. ```python # runserver.py from uvicorn import Config, Server from fastapi import FastAPI app = FastAPI() if __name__ == "__main__": # pragma: no cover server...
@Kludex You are right, Though I think this variant is worth mentioning. As he might be looking for a configuration step before running the server. such as this scenario. https://github.com/tiangolo/fastapi/issues/1276#issuecomment-615877177...