Procházet zdrojové kódy

commit for testing

solr_update
Simon Bowie před 2 roky
rodič
revize
52f70476d0
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py Zobrazit soubor

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

Načítá se…
Zrušit
Uložit