Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickGibson committed Dec 5, 2020
1 parent 8186417 commit 7351888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,11 @@ def favicon():
return send_from_directory(os.path.join(app.root_path, 'static'),
'favicon.ico', mimetype='image/vnd.microsoft.icon')

@app.route('/.well-known/pki-validation/C6D4CD904C6D1CDC5F56E74847BA8121.txt')
@app.route('/.well-known/pki-validation/4E97029489E808EA179E63B76AD16B89.txt')
def ssl_verification_file():
print("yeps")
return send_from_directory(os.path.join(app.root_path, 'static'),
'.well-known/pki-validation/C6D4CD904C6D1CDC5F56E74847BA8121.txt', mimetype='txt')
'.well-known/pki-validation/4E97029489E808EA179E63B76AD16B89.txt', mimetype='txt')
if __name__ == '__main__':
socketio.run(app, debug=True)

1 comment on commit 7351888

@vercel
Copy link

@vercel vercel bot commented on 7351888 Dec 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Invalid request: `version` should be >= 2.

View Documentation: https://vercel.com/docs/configuration#project/version

Please sign in to comment.