From b5515f5df71075d3f6e878eb047f15e7b862aaa1 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sun, 18 Dec 2022 18:55:49 -0300 Subject: [PATCH] changing aaaaaah --- 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 52a640a..c664723 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-bot.netlify.app/auth" + redirect_uri: "https://open-telegram-to-notion-website.franp.site/auth" } const auth = {