From 6797b35783e18bba8eb45607bce169570f8b2aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= <94568134+felixmielcarek@users.noreply.github.com> Date: Wed, 22 May 2024 15:34:04 +0200 Subject: [PATCH] Update app.js --- callback-server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callback-server/app.js b/callback-server/app.js index 249862f..1f375db 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;