Skip to content
Snippets Groups Projects
Commit f44fc287 authored by Inès Yeterian's avatar Inès Yeterian
Browse files

c kc

parent 274e810f
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ db.once("open", function() {
});
toucans.updateMany({}, {"$set":{"toucan_id": { "$concat": ["$title", "-", { $year: "$date" }]}}});
toucans.updateMany({}, {$set:{"toucan_id": { $concat: ["$title", "-", "$date"]}}});
app.use(cors());
app.use(bodyParser.json());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment