diff --git a/app.py b/app.py index 569990f..05b0518 100644 --- a/app.py +++ b/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():