diff --git a/master/main.py b/master/main.py index 6434604..96575b9 100644 --- a/master/main.py +++ b/master/main.py @@ -562,7 +562,10 @@ def success(): return render_template('success.html') - +@app.route('/site-count') +def site_count_route(): + return str(get_sites_count()) + # Admin page