start profile schema
This commit is contained in:
@@ -227,6 +227,14 @@ def mycalendar_dash():
|
||||
response = AccountService.process_calendar(data)
|
||||
return response
|
||||
|
||||
# /panel/account/calendar
|
||||
@api.route("/panel/account/startprofile", methods=["POST"])
|
||||
def account_startprofile():
|
||||
data = request.get_json()
|
||||
logger.info(f"Route StartProfile Data ==>>>> {data}")
|
||||
response = AccountService.process_startprofile(data)
|
||||
return response
|
||||
|
||||
# Health Check Endpoint
|
||||
@api.route("/test", methods=["GET"])
|
||||
def test_check():
|
||||
|
||||
Reference in New Issue
Block a user