mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
Update redirect URI in authRouter.js
This commit is contained in:
@@ -12,7 +12,7 @@ router.post('/', async (req, res) => {
|
||||
const reqData = {
|
||||
code: req.body.code,
|
||||
grant_type: "authorization_code",
|
||||
redirect_uri: "https://open-telegram-to-notion-website.franp.site/auth"
|
||||
redirect_uri: "https://open-telegram-to-notion.vercel.app/auth"
|
||||
}
|
||||
|
||||
const auth = {
|
||||
|
||||
Reference in New Issue
Block a user