allow post method for megaphone

This commit is contained in:
forest 2021-12-09 11:29:06 -06:00
parent 099b90081f
commit e76786955b
1 changed files with 1 additions and 1 deletions

View File

@ -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():