Skip to content

Commit

Permalink
fix : vpn api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar committed Sep 29, 2024
1 parent b0e7e69 commit b66f414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NodesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const NodesData = () => {
const fetchNodesData = async () => {
try {
const response = await axios.get(
`https://gateway.dev.erebrus.io/api/v1.0/nodes/all`,
`${EREBRUS_GATEWAY_URL}/api/v1.0/nodes/all`,
{
headers: {
Accept: "application/json, text/plain, /",
Expand Down

0 comments on commit b66f414

Please sign in to comment.