Skip to content

Commit 79223d6

Browse files
authored
Merge pull request #4 from longcipher/chore/env-renmae
chore: rename env
2 parents f957188 + d1b47d9 commit 79223d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fetchRequest = async (url, options = {}) => {
2121

2222
try {
2323
const response = await fetch(
24-
`${process.env.NEXT_PUBLIC_API_URL}${url}`,
24+
`${process.env.PARALLEL_EVM_EXPLORER_SERVER}${url}`,
2525
config,
2626
);
2727

0 commit comments

Comments
 (0)