Serve BingSiteAuth.xml
This commit is contained in:
@ -73,6 +73,7 @@ url('/robots.txt', 'views.robots')
|
||||
url('/favicon.ico', 'views.favicon')
|
||||
|
||||
url('/googleadcf8b9c9f4ff24f.html', 'views.google')
|
||||
url('/BingSiteAuth.xml', 'views.bing')
|
||||
|
||||
url('/sitemap_index.xml', 'sitemap.render_sitemap_index')
|
||||
url('/<lang:lang>/sitemap.xml', 'sitemap.render_sitemap')
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user