Permalink
Browse files

[#72] removing some leftovers

  • Loading branch information...
1 parent e62f8fd commit c9e11cc937376acc831fee8b5f9c39d0b89dbde1 @jnguyenx jnguyenx committed Mar 31, 2017
@@ -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,

0 comments on commit c9e11cc

Please sign in to comment.