(20241204) Mail OAuth URL modified.

This commit is contained in:
2024-12-04 13:08:40 +05:30
parent e51a6de5fc
commit f15a638251
3 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ def init(blueprint_setup_state):
# ---------------------------------------------------------------------------------------------------------------------
@mail_oauth_bp.route("/auth/oauth/url/request", methods = ["GET"])
@mail_oauth_bp.route("/oauth", methods = ["GET"])
@set_api_version(api_version = "1.0.0")
@read_input(sanitize_headers = False, sanitize_data = False)
@get_session_info(key = "X-Session-Token", session_coro = "get_session")