summaryrefslogtreecommitdiff
path: root/backend/notif_test.py
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-30 23:04:01 +0800
committeraltaf-creator <dev@altafcreator.com>2025-12-30 23:04:01 +0800
commit2be3b46aa347f7100c453009a810589c403caab3 (patch)
tree7a689263f5430ef8732921d9804bdf619dab063f /backend/notif_test.py
parentb280d9da60b46d0356a0f0c0c6a4869a02f2affa (diff)
notif test new endpt
Diffstat (limited to 'backend/notif_test.py')
-rw-r--r--backend/notif_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/notif_test.py b/backend/notif_test.py
index feabb7a..2cb4fb4 100644
--- a/backend/notif_test.py
+++ b/backend/notif_test.py
@@ -1,4 +1,5 @@
import notif
endpoint_to_test = "https://fcm.googleapis.com/fcm/send/c14_JXV1C_4:APA91bHzdw7uXAJdjb0mZMwFS_j3Y1NEpbXUS9n4TEwak3zLcDFZjjKpJHkPdZC-2FCWL7aeIUYL9w18ZppDX3mec-lA48b-bPnOJr5GSh6AYaq4zFtu_nM3u4aVoN_ga1pFwtCEqTm8"
+endpoint_to_test = "https://fcm.googleapis.com/preprod/wp/dw-b_ojDv5E:APA91bHTtBPHo0XLqIdaoR-AakuximlZSgB0P1yJ7Ww66T8HVTrT73uoPoJ7uKGWSWz7RhtX2ZUZaLxWEnhHiNlZjNCYlID2jUHjV3EtktQvH7oBPRk6qvFaiqdhKmvutpXcDGdgDCtg"
notif.send_notification(endpoint_to_test, {"title": "This is a test", "body": "Hello, world!"})