Update startup notification and Natasha preheat
This commit is contained in:
parent
18ff452ca7
commit
469ac9783e
@ -124,6 +124,6 @@ public class InterfaceForwardApiModule : FakeModule
|
||||
|
||||
app.MapControllers();
|
||||
|
||||
app.Services.GetRequiredService<IFeiShuNotificationService>().Send("Application started");
|
||||
app.Services.GetRequiredService<IFeiShuNotificationService>().Send("Application started" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
|
||||
}
|
||||
}
|
||||
@ -68,7 +68,7 @@ public class InterfaceForwardApplicationModule:FakeModule
|
||||
obj.FormFieldList.Add(new InterfaceForward.Domain.Shared.Dtos.InterfaceFormFieldDto
|
||||
{
|
||||
Name = "_natasha_health",
|
||||
Value = obj.GetAccountFieldValueOrNull("_missing") ?? "ok"
|
||||
Value = "ok"
|
||||
});
|
||||
""")(context);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user