attempting proxying

This commit is contained in:
2025-12-09 16:15:45 -05:00
parent f5fde4df5b
commit 3b093ba4bd
2 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,6 @@ CORS(app)
def events():
# Authenticate user or read a token
user_id = request.args.get("user_id")
logger.info("Received events for user {}".format(user_id))
if not user_id:
return {"error": "Missing user_id"}, 400