Ejemplo n.º 1
0
def favicon_ico():
  return send_from_directory(os.path.join(app.root_path, 'static'), 'favicon.ico')
Ejemplo n.º 2
0
def robot_txt():
  return send_from_directory(os.path.join(app.root_path, 'static'), 'robots.txt')