Skip to content

Commit dbb41bc

Browse files
server hosting
1 parent 33f10a0 commit dbb41bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ app.post("/link",async(req,res)=>{
7373
});
7474
});
7575

76-
// console.log(wholeData);
76+
console.log(wholeData);
7777
res.send({
7878
wholeData: wholeData
7979
});

0 commit comments

Comments
 (0)