diff --git a/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java b/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java index da0f57e..9847eea 100644 --- a/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java +++ b/owlsim-services/src/main/java/org/monarchinitiative/owlsim/services/resources/OntologyMatchResource.java @@ -32,9 +32,6 @@ @Inject ClassMatcher classMatcher; - @Inject - CurieUtil curieUtil; - @GET @Path("/{queryOntology}/{targetOntology}") @Timed @@ -56,7 +53,7 @@ // TODO - API for comparing two entities @GET - @Path("/{entity}/{ontology}") + @Path("/single/{entity}/{ontology}") @Timed @CacheControl(maxAge = 2, maxAgeUnit = TimeUnit.HOURS) @ApiOperation(value = "Match", response = MatchSet.class,