🏗️ Automatic downloads endpoint support

This commit is contained in:
2024-05-09 13:49:26 -04:00
parent 680594e67c
commit 1fa35ac0e3
4 changed files with 92 additions and 19 deletions

View File

@@ -67,6 +67,8 @@ const wantedSchema = mongoose.Schema(
id: Number,
url: String,
image: { type: Array, default: [] },
coverDate: String,
issueNumber: String,
},
],
default: null,