Skip to content

Commit

Permalink
Merge pull request #100 from Holo-Host/bump/small-fixes
Browse files Browse the repository at this point in the history
correct hpos holochain api v2 path
  • Loading branch information
JettTech authored Jul 1, 2024
2 parents c3dacbe + 156a2dc commit 83f2a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/hpos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 83f2a11

Please sign in to comment.