Skip to content

Commit

Permalink
Use compliance service development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed Nov 7, 2023
1 parent 1cde080 commit 008308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Publish/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export async function verifyRawServiceCredential(
// parsedServiceSD?.selfDescriptionCredential?.['@context']
// )

const baseUrl = `${complianceUri}/v1/api/credential-offers`
const baseUrl = `${complianceUri}/development/api/credential-offers`

try {
const response = await axios.post(baseUrl, parsedServiceCredential)
Expand Down

0 comments on commit 008308f

Please sign in to comment.