1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
This commit is contained in:
2015-08-31 20:35:55 -05:00
parent d180dbfae9
commit a18a6ce55c
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ var mongoose = require('mongoose');
var temperatureSchema = new mongoose.Schema({
temperature: String,
humidity: String,
located: String,
location: String,
updated: {type: Date, default: Date.now}
});