Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
skysthelimitt committed May 12, 2024
1 parent ffbaa45 commit e8ff262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/verify.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ function checkPass(req) {
}

function canAddLink(req) {
console.log(process.env.ADD_LINK_PASS)
console.log(req.body.auth)
if (req.body.auth) {
return req.body.auth == process.env.ADD_LINK_PASS;
} else {
Expand Down

0 comments on commit e8ff262

Please sign in to comment.