This website works better with JavaScript.
首頁
探索
說明
登入
WP6
/
performing_patents_otherwise
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
commit for testing
solr_update
Simon Bowie
2 年之前
父節點
e14dafc563
當前提交
52f70476d0
共有
1 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
顯示文件統計
+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)
Write
Preview
Loading…
取消
儲存