Skip to content

Commit

Permalink
fix: refresh url 2 (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 authored Aug 14, 2024
1 parent d1a6632 commit c2d189f
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 @@ -705,7 +705,7 @@ func buildEchoHandler(
})

prepareCredentialSvc := issuecredential.NewPrepareCredentialService(&issuecredential.PrepareCredentialServiceConfig{
VcsAPIURL: conf.StartupParameters.hostURLExternal,
VcsAPIURL: conf.StartupParameters.apiGatewayURL,
Composer: issuecredential.NewCredentialComposer(),
})

Expand Down

0 comments on commit c2d189f

Please sign in to comment.