mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 19:49:59 +00:00
routes: Fix invalid call from previous merge
This commit is contained in:
parent
48df88ce71
commit
ba7e0a7c2e
|
@ -840,7 +840,8 @@ def site_rules():
|
|||
def site_help():
|
||||
return flask.render_template('help.html')
|
||||
|
||||
@app.routes('/xmlns/nyaa', methods=['GET'])
|
||||
|
||||
@app.route('/xmlns/nyaa', methods=['GET'])
|
||||
def xmlns_nyaa():
|
||||
return flask.render_template('xmlns.html')
|
||||
|
||||
|
|
Loading…
Reference in a new issue