mirror of https://github.com/statping/statping
UI fixes - slack updates - allow notification bool - checkin updates
parent
bf0b1503fb
commit
a69da70eaa
|
@ -39,6 +39,7 @@ var service = &types.Service{
|
|||
Type: "http",
|
||||
Method: "GET",
|
||||
Timeout: 20,
|
||||
AllowNotifications: types.NewNullBool(true),
|
||||
}
|
||||
|
||||
var failure = &types.Failure{
|
||||
|
|
Loading…
Reference in New Issue