Last active
August 9, 2019 01:45
-
-
Save singhpratyush/43bff4c73c896b23566b41466fa95d24 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@app.after_request | |
def after_request(response): | |
response.headers.add('Accept-Ranges', 'bytes') | |
return response |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment