Skip to content

Commit

Permalink
Add DestReg to GraphQL server config
Browse files Browse the repository at this point in the history
- Enhance server configuration with DestReg support for better registry handling.
  • Loading branch information
mastercactapus committed Jul 12, 2024
1 parent 55844ee commit 5c2f4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/initgraphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (app *App) initGraphQL(ctx context.Context) error {
AuthLinkStore: app.AuthLinkStore,
SWO: app.cfg.SWO,
APIKeyStore: app.APIKeyStore,
DestReg: app.DestRegistry,
}

return nil
Expand Down

0 comments on commit 5c2f4eb

Please sign in to comment.