Skip to content

Commit

Permalink
test api call
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbanandabhikkhu committed Mar 4, 2024
1 parent bec2048 commit 34a48a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// application init
document.getElementById("app").innerHTML = new WebFXLoadTree("Tipiṭaka (Roman)", "./cscd/tipitaka_toc.xml");

fetch("https://sarbanandabhikkhu.github.io/tipitaka-xml/cscd/vin01m.mul0.xml")
fetch("https://sarbanandabhikkhu.github.io/tipitaka-xml/playground/mul.vin0.xml")
.then((response) => response.text())
.then((data) => {
//console.log(data);
Expand Down

0 comments on commit 34a48a6

Please sign in to comment.