From 835aa9d332bac7ac5d52f47c7fbc62eb064212f5 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Mon, 25 Apr 2022 20:36:14 -0300 Subject: [PATCH] Link bugfix --- src/routes/authRouter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/authRouter.js b/src/routes/authRouter.js index 84a8c1a..d753457 100644 --- a/src/routes/authRouter.js +++ b/src/routes/authRouter.js @@ -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 = {