瀏覽代碼

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)

Loading…
取消
儲存