pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

Missing function call for docs for deprecated routes #75

Closed alkmst-xyz closed 3 months ago

alkmst-xyz commented 5 months ago

This is minor issue in example documentation for deprecated routes. Ref: Deprecating routes

@app.route("/")
@deprecate # missing call
async def index():
    ...
pgjones commented 3 months ago

Fixed, it should be called without the parenthesis.