Update app.py

deleted unnecessary route
This commit is contained in:
snfsx 2025-04-24 22:37:47 +00:00
parent bf08fbfc04
commit 9e9be8f3bd

5
app.py
View file

@ -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():