Skip to content

Commit

Permalink
alerts_modal
Browse files Browse the repository at this point in the history
  • Loading branch information
D6link committed Oct 24, 2023
1 parent fc619de commit ac96637
Show file tree
Hide file tree
Showing 6 changed files with 1,376 additions and 637 deletions.
2 changes: 1 addition & 1 deletion api/controllers/books.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BooksController = {

const token = TokenGenerator.jsonwebtoken(req.book_id)
console.log("Generated Token:", token); // DEBUGGING
res.status(201).json({ message: 'OK', token: token, book: savedBook });
res.status(201).json({ message: 'O', tKoken: token, book: savedBook });
});
},
};
Expand Down
Loading

0 comments on commit ac96637

Please sign in to comment.