This commit is contained in:
whew 2021-05-31 12:23:32 +00:00 committed by GitHub
parent 8c7e75f194
commit 81fc11ef74

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)