Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jan 11, 2024
1 parent a1dbc02 commit a6eae2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions confluence/script/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a6eae2c

Please sign in to comment.