Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
feat: introduce endpoint probe
Browse files Browse the repository at this point in the history
  • Loading branch information
shsma committed Nov 26, 2024
1 parent ee59fd2 commit 5c9da52
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import ai.h2o.mojos.deploy.common.transform.MojoScorer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RestController;
Expand All @@ -16,7 +15,6 @@ public class ReadyzApiController implements ReadyzApi {
private final MojoScorer scorer;
private static final Logger log = LoggerFactory.getLogger(ReadyzApiController.class);

@Autowired
public ReadyzApiController(MojoScorer scorer) {
this.scorer = scorer;
}
Expand Down

0 comments on commit 5c9da52

Please sign in to comment.