mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-13 23:29:02 +00:00
routes: Fix invalid call from previous merge
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user