This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nikoladiligent
/
scrapper-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
comment console.log
master
Dunja Djokic
4 years ago
parent
ed4bc53727
commit
b4636bece9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app.js
+ 1
- 1
app.js
View File
@@ -108,7 +108,7 @@ app.get("/scrapes/:id/files/xml", async (req, res) => {
var o_id = new ObjectID(id);
let data = await collection.findOne({ _id: o_id });
console.log("Data", data)
//
console.log("Data", data)
var input = {
...data,
Write
Preview
Loading…
Cancel
Save