Пример #1
0
def favicon_ico():
  return send_from_directory(os.path.join(app.root_path, 'static'), 'favicon.ico')
Пример #2
0
def robot_txt():
  return send_from_directory(os.path.join(app.root_path, 'static'), 'robots.txt')