Skip to content

Commit

Permalink
feat: api url
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Aug 14, 2024
1 parent 31e1ba6 commit 649b6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vc-rest/startcmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ func buildEchoHandler(
ProfileService: issuerProfileSvc,
ProofChecker: proofChecker,
DocumentLoader: documentLoader,
IssuerVCSPublicHost: conf.StartupParameters.hostURLExternal,
IssuerVCSPublicHost: conf.StartupParameters.apiGatewayURL,
}))

oidc4vpv1.RegisterHandlers(e, oidc4vpv1.NewController(&oidc4vpv1.Config{
Expand Down

0 comments on commit 649b6e5

Please sign in to comment.