Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-smartive committed Feb 27, 2024
1 parent ce82894 commit 1042920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const jwt = require('jsonwebtoken')
const sgMail = require('@sendgrid/mail')
const webpush = require('web-push')
// webpush.setGCMAPIKey('<Your GCM API Key Here>')
// webpush.setVapidDetails('https://weco.io', vapidPublicKey, vapidPrivateKey)
webpush.setVapidDetails('https://weco.io', vapidPublicKey, vapidPrivateKey)
sgMail.setApiKey(process.env.SENDGRID_API_KEY)
const authenticateToken = require('../middleware/authenticateToken')

Expand Down

0 comments on commit 1042920

Please sign in to comment.