Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit committed Dec 9, 2023
1 parent 78ac763 commit 10097c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/pkg/config/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ func (r *Resolver) Server(ctx context.Context) *server.Server {
}

if !r.config.UI.Disabled {
zap.L().Info("register UI", zap.String("path", r.config.UI.Path))
serv.RegisterUI(r.config.UI.Path)
}

Expand Down

0 comments on commit 10097c0

Please sign in to comment.