Переглянути джерело

commit for testing

solr_update
Simon Bowie 2 роки тому
джерело
коміт
52f70476d0
1 змінених файлів з 5 додано та 0 видалено
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py Переглянути файл

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

Завантаження…
Відмінити
Зберегти