feat: auth openapi key

This commit is contained in:
archer
2023-04-07 23:33:59 +08:00
parent f6c4b4c96d
commit ea1681e1eb
6 changed files with 37 additions and 8 deletions

View File

@@ -16,8 +16,7 @@ const OpenApiSchema = new Schema({
default: () => new Date()
},
lastUsedTime: {
type: Date,
default: () => new Date()
type: Date
}
});