Skip to content

Commit

Permalink
fixup: remove default endpoints from repository.go
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Feb 15, 2023
1 parent a5dc522 commit 87cf62c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/functions/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ func NewRepository(name, uri string) (r Repository, err error) {

repoConfig := repositoryConfig{
funcDefaults: funcDefaults{
HealthEndpoints: HealthEndpoints{
Liveness: DefaultLivenessEndpoint,
Readiness: DefaultReadinessEndpoint,
},
Invoke: DefaultInvocationFormat,
},
}
Expand Down

0 comments on commit 87cf62c

Please sign in to comment.