mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	et le app.py
This commit is contained in:
		@@ -363,11 +363,16 @@ def logs():
 | 
			
		||||
    print(configs)
 | 
			
		||||
    return(render_template("logs.html", data=configs))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@app.route("/stats/", methods=["GET", "POST"])
 | 
			
		||||
def stats():
 | 
			
		||||
    return(render_template("stats.html"))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@app.route("/dev_override/", methods=["GET", "POST"])
 | 
			
		||||
def stats():
 | 
			
		||||
    return(render_template("vnc.html"))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@app.route('/download/<path:filename>', methods=['GET', 'POST'])
 | 
			
		||||
@login_required
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user