Merge branch 'master' of ssh://git.snfsx.xyz:222/snfsx/pbio-site

This commit is contained in:
snfsx 2025-05-05 07:10:40 +00:00
commit f8c6da210f
Signed by: snfsx
GPG key ID: B663DED13303E929

5
app.py
View file

@ -130,11 +130,6 @@ def ip_return():
return jsonify({"ip": ip}) 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') @app.route('/api/v1/now_playing')
@limiter.limit("1 per 5 second") @limiter.limit("1 per 5 second")
def api_now_playing(): def api_now_playing():