Skip to content

Commit

Permalink
fix: Device Profile route error in Secure Mode, issue: edgexfoundry#624
Browse files Browse the repository at this point in the history
Signed-off-by: Jieke Choo <[email protected]>
  • Loading branch information
jiekechoo committed Nov 4, 2023
1 parent 422becc commit 885806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func Main(ctx context.Context, cancel context.CancelFunc, router *mux.Router) {
configuration,
startupTimer,
dic,
false,
true,
bootstrapConfig.ServiceTypeOther,
[]interfaces.BootstrapHandler{
internal.NewBootstrap(router, GUIServiceKey).BootstrapHandler,
Expand Down

0 comments on commit 885806e

Please sign in to comment.