Changed the notification body

This commit is contained in:
ashutosh.nehete 2025-08-13 10:35:24 +05:30
parent 5cf6885a93
commit 7f4f266dd0

View File

@ -261,8 +261,8 @@ namespace MarcoBMS.Services.Controllers
Token = loginDto.DeviceToken, Token = loginDto.DeviceToken,
Notification = new Notification Notification = new Notification
{ {
Title = "Hello from .NET", Title = "Hello from AuthController",
Body = "This is a test message" Body = "This is a test with not increased response time message"
} }
}; };