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,
Notification = new Notification
{
Title = "Hello from .NET",
Body = "This is a test message"
Title = "Hello from AuthController",
Body = "This is a test with not increased response time message"
}
};