mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 08:28:48 -05:00
Add pagespeed type to monitor model
This commit is contained in:
@@ -21,7 +21,7 @@ const MonitorSchema = mongoose.Schema(
|
||||
type: {
|
||||
type: String,
|
||||
required: true,
|
||||
enum: ["http", "ping"],
|
||||
enum: ["http", "ping", "pagespeed"],
|
||||
},
|
||||
url: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user