Skip to content

Commit

Permalink
fix: use more appropriate endpoint for datalayer ping test
Browse files Browse the repository at this point in the history
  • Loading branch information
frantzarty committed Apr 14, 2022
1 parent 2a62afb commit e3aa11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const getStoreData = async (storeId, rootHash) => {

export const dataLayerAvailable = async () => {
const options = {
url: `${rpcUrl}/get_value`,
url: `${rpcUrl}/get_routes`,
body: JSON.stringify({}),
};

Expand Down

0 comments on commit e3aa11f

Please sign in to comment.