allow post method for megaphone
This commit is contained in:
parent
099b90081f
commit
e76786955b
@ -15,7 +15,7 @@ from capsulflask.shared import my_exec_info_message
|
||||
|
||||
bp = Blueprint("admin", __name__, url_prefix="/admin")
|
||||
|
||||
@bp.route("/")
|
||||
@bp.route("/", methods=("GET", "POST"))
|
||||
@admin_account_required
|
||||
def index():
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user