main: Add return to info page
This commit is contained in:
parent
188334c850
commit
e241f6ffeb
@ -532,7 +532,7 @@ def success():
|
|||||||
|
|
||||||
@app.route('/info')
|
@app.route('/info')
|
||||||
def info():
|
def info():
|
||||||
success()
|
return success()
|
||||||
|
|
||||||
@app.route('/site-count')
|
@app.route('/site-count')
|
||||||
def site_count_route():
|
def site_count_route():
|
||||||
|
Loading…
Reference in New Issue
Block a user