Merge pull request #436 from bluewave-labs/feat/monitor-model-update

Feat/monitor model update
This commit is contained in:
Alexander Holliday
2024-07-24 12:11:21 -07:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ const MonitorSchema = mongoose.Schema(
type: {
type: String,
required: true,
enum: ["http", "ping"],
enum: ["http", "ping", "pagespeed"],
},
url: {
type: String,