From 52709e190d8f1d7858ce5acdeb39826c23f6d7b6 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 3 Feb 2025 16:16:26 +0100 Subject: [PATCH] bugfixing --- app/cron_push_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_push_notifications.py b/app/cron_push_notifications.py index 7d3c38e..5119771 100644 --- a/app/cron_push_notifications.py +++ b/app/cron_push_notifications.py @@ -36,7 +36,7 @@ admin_data = pb.collection('_superusers').auth_with_password(pb_admin_email, pb_ # Define the URL and the API key -origin = "http://localhost:5173" #"http://localhost:5173" +origin = "https://stocknear.com" #"http://localhost:5173" url = f"{origin}/api/sendPushSubscription" headers = {"Content-Type": "application/json"}