We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab7d8b commit aca8983Copy full SHA for aca8983
1 file changed
public/app.js
@@ -155,7 +155,7 @@ function initUI() {
155
156
async function fetchData() {
157
try {
158
- const res = await fetch('./export.json');
+ const res = await fetch('https://raw.githubusercontent.com/Johnaverse/chains-api/refs/heads/main/public/export.json');
159
const exportData = await res.json();
160
161
const chains = exportData.data.indexed.all;
0 commit comments