Serve BingSiteAuth.xml

This commit is contained in:
str4d
2013-03-01 21:52:52 +00:00
parent e9a312c458
commit c1707816a4
3 changed files with 4 additions and 0 deletions

View File

@ -55,3 +55,6 @@ def favicon():
def google():
return send_from_directory(STATIC_DIR, 'googleadcf8b9c9f4ff24f.html')
def bing():
return send_from_directory(STATIC_DIR, 'BingSiteAuth.xml', mimetype='application/xml')