wownero-funding-system/funding/routes_admin.py

9 lines
170 B
Python
Raw Normal View History

2018-06-26 21:48:25 +00:00
from flask.ext.login import login_required
from wowfunding.factory import app, db_session
@app.route('/admin/index')
@login_required
def admin_home():
return 'yep'