From a6eae2c0ee97b8040319a115e0b4aca45c0933c6 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:19:24 -0800 Subject: [PATCH] Update index.js --- confluence/script/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/confluence/script/index.js b/confluence/script/index.js index 6e2a275..168a211 100644 --- a/confluence/script/index.js +++ b/confluence/script/index.js @@ -6,6 +6,7 @@ const server = http.createServer(); server.listen(3002); // just to make the process does not exit. const axios = require('axios').default; const BASE_URL = process.env.BASE_URL; +console.log(BASE_URL); const PAGE_ID_LIST = process.env.PAGES?.split(','); // expected to be comma separated page ids. async function processPageIdList() { const options = {