Link bugfix

This commit is contained in:
2022-04-25 20:36:14 -03:00
parent 800634bb11
commit 835aa9d332

View File

@@ -12,7 +12,7 @@ router.post('/', async (req, res) => {
const reqData = {
code: req.body.code,
grant_type: "authorization_code",
redirect_uri: "https://telegram-to-notion.herokuapp.com/auth"
redirect_uri: "https://telegram-to-notion-bot.netlify.app/auth"
}
const auth = {