Skip to content

Commit

Permalink
✨ Analytics test
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycali committed Jun 9, 2017
1 parent 56c8a35 commit 239074c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ app.use(express.static('public'));
var Schema = new mongoose.Schema({
key: { type: String, unique: true, required: true },
url: { type: String, unique: true, required: true },
stats: { type: mongoose.Schema.Types.Mixed }
});

var mongolabUri = process.env.MONGODB_URI;
Expand Down

0 comments on commit 239074c

Please sign in to comment.