revert
This commit is contained in:
@@ -4,7 +4,7 @@ from utils.haproxy_config import update_haproxy_config, is_frontend_exist, count
|
|||||||
|
|
||||||
main_bp = Blueprint('main', __name__)
|
main_bp = Blueprint('main', __name__)
|
||||||
|
|
||||||
@main_bp.route('/', methods=['GET', 'POST'])
|
@main_bp.route('/', methods=['GET', 'POST'], endpoint='home')
|
||||||
@requires_auth
|
@requires_auth
|
||||||
def index():
|
def index():
|
||||||
if request.method == 'POST':
|
if request.method == 'POST':
|
||||||
|
|||||||
Reference in New Issue
Block a user