Skip to content

Commit 154c45a

Browse files
Update Script to point to sharepoint
1 parent 1f0fe3e commit 154c45a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

script.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// script.js
22

3-
const siteUrl = "https://your-sharepoint-site-url";
4-
const listName = "YourListName";
3+
// Define the SharePoint site URL and list name
4+
const siteUrl = "https://usace.dps.mil/sites/TDL-CEIWR-RMC-ALL";
5+
const listName = "LibraryBooks";
56

67
// Fetch books from SharePoint
78
async function fetchBooks() {

0 commit comments

Comments
 (0)