added author to schema

This commit is contained in:
srgooglo 2022-09-07 17:35:25 +02:00
parent 48bfa5da4d
commit 49e43a37d2

View File

@ -1,4 +1,5 @@
export default {
date: { type: Date, default: Date.now },
url: { type: String, required: true },
author: { type: String },
}