Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide ASGI compatibility through server event #130

Merged
merged 2 commits into from Aug 21, 2019

Commits on Aug 8, 2019

  1. Provide ASGI compatibility through server event

    Change server event (listener) from `@swagger_blueprint.listener("before_server_start")` to `@swagger_blueprint.listener("after_server_start")`
    
    More details at
    https://sanic.readthedocs.io/en/latest/sanic/deploying.html#running-via-asgi
    tng10 committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    7acdc21 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    f347971 View commit details
    Browse the repository at this point in the history