diff --git a/pkg/web/web.go b/pkg/web/web.go index f38215c..8c85f36 100644 --- a/pkg/web/web.go +++ b/pkg/web/web.go @@ -20,7 +20,7 @@ func NewWeb() *Web { //go:embed assets/* var assets embed.FS -func (w Web) Run(ctx context.Context, config WebConfig) error { +func (w *Web) Run(ctx context.Context, config WebConfig) error { svc, cleanup, err := service.NewServices(ctx, config) if err != nil { return err