Update app.py
deleted unnecessary route
This commit is contained in:
parent
bf08fbfc04
commit
9e9be8f3bd
1 changed files with 0 additions and 5 deletions
5
app.py
5
app.py
|
@ -130,11 +130,6 @@ def ip_return():
|
|||
return jsonify({"ip": ip})
|
||||
|
||||
|
||||
@app.route('/gamelife')
|
||||
def gamelife_page():
|
||||
"""Just gamelife """
|
||||
return send_from_directory('static/html', 'gamelife.html')
|
||||
|
||||
@app.route('/api/v1/now_playing')
|
||||
@limiter.limit("1 per 5 second")
|
||||
def api_now_playing():
|
||||
|
|
Loading…
Add table
Reference in a new issue