Skip to content

Commit aca8983

Browse files
committed
Update file path to link
1 parent cab7d8b commit aca8983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function initUI() {
155155

156156
async function fetchData() {
157157
try {
158-
const res = await fetch('./export.json');
158+
const res = await fetch('https://raw.githubusercontent.com/Johnaverse/chains-api/refs/heads/main/public/export.json');
159159
const exportData = await res.json();
160160

161161
const chains = exportData.data.indexed.all;

0 commit comments

Comments
 (0)