mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-19 17:21:28 +00:00
Print page can now load from local storage
This commit is contained in:
@@ -12,7 +12,7 @@ var HomebrewSchema = mongoose.Schema({
|
||||
updatedAt : { type: Date, default: Date.now},
|
||||
lastViewed : { type: Date, default: Date.now},
|
||||
views : {type:Number, default:0}
|
||||
});
|
||||
}, { versionKey: false });
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user