mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-17 23:29:42 -06:00
Merge pull request #436 from bluewave-labs/feat/monitor-model-update
Feat/monitor model update
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