Kaynağa Gözat

commit for testing

solr_update
Simon Bowie 2 yıl önce
ebeveyn
işleme
52f70476d0
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet