1
0
Fork 0
mirror of https://gitlab.com/SIGBUS/nyaa.git synced 2024-12-22 19:30:00 +00:00

routes: Fix invalid call from previous merge

This commit is contained in:
katnyaa 2017-05-23 13:46:29 +01:00
parent 48df88ce71
commit ba7e0a7c2e

View file

@ -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')