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 1/3] 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; From 69f45b5cf8827d9e5f4320c3dfa354b66be45665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= <94568134+felixmielcarek@users.noreply.github.com> Date: Mon, 27 May 2024 13:49:15 +0200 Subject: [PATCH 2/3] Create index.html --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +hello From baab235ee9c580b03c4f81cd4d16e4ee49411df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= <94568134+felixmielcarek@users.noreply.github.com> Date: Mon, 27 May 2024 16:59:43 +0200 Subject: [PATCH 3/3] Delete index.html --- index.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index ce01362..0000000 --- a/index.html +++ /dev/null @@ -1 +0,0 @@ -hello