diff --git a/src/services/hpos.js b/src/services/hpos.js index a0b8214..00e451e 100644 --- a/src/services/hpos.js +++ b/src/services/hpos.js @@ -14,7 +14,7 @@ export const hposHolochainCall = async ({ } const HPOS_API_URL = `${window.location.protocol}//${window.location.host}` - const pathPrefix = '/holochain-api/v2/' + const pathPrefix = '/api/v2/' const fullUrl = `${HPOS_API_URL}${pathPrefix}${path}` const authToken = localStorage.getItem('authToken')