upd: coba fcm server

This commit is contained in:
2025-07-01 10:34:30 +08:00
parent c8a46c177f
commit 5a7dbab021
3 changed files with 6 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ export async function sendFCMNotification(token: string) {
// Konfigurasi pesan
const message = {
notification: {
title: "Judul Notifikasi pake encrypt",
body: "Ini adalah isi notifikasi key diencrypt",
title: "Notifikasi Encrypted api",
body: "Ini adalah isi notifikasi key diencrypt dan api",
},
token,
data: {