wownero-funding-system/funding/routes_admin.py

9 lines
155 B
Python

from flask_login import login_required
from funding.factory import app, db
@app.route('/admin/index')
@login_required
def admin_home():
return 'yep'