mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 02:25:08 +00:00
removed extra logs
This commit is contained in:
parent
d96422afea
commit
07e07371cb
1 changed files with 0 additions and 3 deletions
|
|
@ -153,10 +153,7 @@ app.get("/api/pins/:pinId", (req, res) => {
|
|||
app.post("/api/pins", async (req, res) => {
|
||||
try {
|
||||
|
||||
console.log(req.body);
|
||||
|
||||
let image = await downloadImage(req.body.imageUrl);
|
||||
console.log(image);
|
||||
|
||||
let result = db.prepare(`INSERT INTO PINS (
|
||||
boardId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue