diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-16 20:47:45 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-16 20:47:45 +0800 |
| commit | 59fb64c65ad3367eb424c944ebfb0207b7b4de20 (patch) | |
| tree | ed3e0e02dc7549725e9baf95f1d8844687c0dff1 /backend | |
| parent | 3a75c707af613089b41305fb03da6c41ed2c0771 (diff) | |
notif
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/notif_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/notif_test.py b/backend/notif_test.py index fb558e2..b6f843e 100644 --- a/backend/notif_test.py +++ b/backend/notif_test.py @@ -1,6 +1,7 @@ import notif endpoint_to_test = "https://fcm.googleapis.com/fcm/send/f4Cw12WAYnE:APA91bHOZvh8HkExsem20UK_5uhzgCu0dEo01YV8G8-9hFBjEdsk1M49JVLD7Z51BDP7gxn_UAXVwvmYxIWajwQ9VyTS3ghNQzx92jex-isbz5IvzcpI0QOxaVnmoURLtK-qYt36ebic" +endpoint_to_test = "https://fcm.googleapis.com/preprod/wp/dP2ULA5s2Fk:APA91bE6toPxR5LbakAronwoI2QfdSe6NIEAzVBoIq0Q5jUF8hkFskAT_PyHYwwUiJpJgF8xcCr_8CEzE83YTsUGZWyvcI53DiwjkDD4IK1UseK2bX-WaXVRRXBLM5wTHCKs1ZfG2rME" notif.send_notification( endpoint_to_test, |
