diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index fb050736..b0ac104c 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -1766,7 +1766,7 @@ const sendNotification = async (fcmIds, title, body) => { notification: { title, body }, token, data: { - 'target': '/tank_levels', + 'target': '/route_navigation', }, }); console.log(`Notification sent successfully to token: ${token}`, response);