1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Added faq

This commit is contained in:
max
2012-05-21 17:25:24 +07:00
parent 4ce06120b0
commit 6ad2b896fb
3 changed files with 42 additions and 0 deletions

View File

@ -38,6 +38,12 @@ def index():
return GLOBAL_CONTEXT
@app.route('/faq/')
@view('faq')
def index():
return GLOBAL_CONTEXT
@app.route('/paste/create', method='POST')
def create_paste():