Parcourir la source

commit for testing

solr_update
Simon Bowie il y a 2 ans
Parent
révision
52f70476d0
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py Voir le fichier

@@ -23,3 +23,8 @@ def contents():
text = f.read()
text = markdown.markdown(text)
return render_template('text.html', text=text)

@main.route('/test/')
def test():
text = "whatever"
return render_template('text.html', text=text)

Chargement…
Annuler
Enregistrer