diff --git a/Marco.Pms.Services/Controllers/AuthController.cs b/Marco.Pms.Services/Controllers/AuthController.cs index b817274..57c7141 100644 --- a/Marco.Pms.Services/Controllers/AuthController.cs +++ b/Marco.Pms.Services/Controllers/AuthController.cs @@ -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" } };