This commit is contained in:
2025-03-10 15:07:49 +05:00
parent d856b1cae3
commit dbab2c6305
2 changed files with 25 additions and 6 deletions
+8
View File
@@ -22,6 +22,14 @@ const launchLogSchema = new Schema(
type: String,
required: true,
},
hostname: {
type: String,
required: true,
},
localIP: {
type: String,
required: true,
},
},
{
timestamps: true,