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

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