mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Added faq
This commit is contained in:
@ -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():
|
||||
|
||||
|
Reference in New Issue
Block a user