diff --git a/callback-server/app.js b/callback-server/app.js index 88f93a4..3d239ff 100644 --- a/callback-server/app.js +++ b/callback-server/app.js @@ -27,7 +27,7 @@ app.listen(port, () => { console.log(`Big brother is listening on port ${port}`) //#endregion //#region ACCESS TOKEN -app.get('/', async (req, res) => { +app.post('/', async (req, res) => { stepBeggining("Activation"); const code = req.query.code;