(20241125) Moved from Nexcom to The CA Office.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
DATE:
|
||||
|
||||
Thursday, 21st Nov., 2024
|
||||
Monday, 25th Nov., 2024
|
||||
|
||||
OBJECTIVE:
|
||||
|
||||
@@ -74,7 +74,7 @@ import asyncio
|
||||
|
||||
|
||||
# Related to Quart:
|
||||
test_callback_bp = Blueprint("user_cb", __name__)
|
||||
mail_callback_bp = Blueprint("mail_cb", __name__)
|
||||
|
||||
|
||||
# *****************************************************************************************************************
|
||||
@@ -94,7 +94,7 @@ test_callback_bp = Blueprint("user_cb", __name__)
|
||||
# *****************************************************************************************************************
|
||||
|
||||
|
||||
@test_callback_bp.record_once
|
||||
@mail_callback_bp.record_once
|
||||
def init(blueprint_setup_state):
|
||||
|
||||
# This gets called when the blueprint is registered.
|
||||
@@ -105,7 +105,7 @@ def init(blueprint_setup_state):
|
||||
# ---------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@test_callback_bp.route("/callback", methods = ["POST", "GET"])
|
||||
@mail_callback_bp.route("/callback/gmail", methods = ["POST", "GET"])
|
||||
@set_api_version(api_version = "1.0.0")
|
||||
@read_input(sanitize_headers = False, sanitize_data = False)
|
||||
@log_request_to_mongo(
|
||||
|
||||
Reference in New Issue
Block a user