This commit is contained in:
whew 2021-05-31 12:23:32 +00:00 committed by GitHub
parent eeacd8c507
commit 3f4f5e22ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ class ChatModeWeb:
static_url_path=self.web.static_url_path,
username=session.get("name"),
title=self.web.settings.get("general", "title"),
)
)
@self.web.app.route("/update-session-username", methods=["POST"], provide_automatic_options=False)