Skip to content

Commit

Permalink
fix small pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Oct 11, 2016
1 parent 9879efd commit f9c0584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flasgger/example_app.py
Expand Up @@ -48,6 +48,7 @@

swagger = Swagger(app) # you can pass config here Swagger(config={})


@app.after_request
def allow_origin(response):
response.headers['Access-Control-Allow-Origin'] = 'http://example.com'
Expand Down

0 comments on commit f9c0584

Please sign in to comment.