Isaac Stone

Results 1 comments of Isaac Stone

This is an annoying bug, @MikHulk 's solution should work For now, here is my workaround ```python @app.before_first_request async def setup(): app.__schema__ # ensure _schema property is set app._schema['servers'] =...