Sfoglia il codice sorgente

commit for testing

solr_update
Simon Bowie 2 anni fa
parent
commit
52f70476d0
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py Vedi File

@@ -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)

Loading…
Annulla
Salva