JAL-3860 prototype for highlight species/assembly/chromosome/position
[jalview.git] / src / jalview / rest / API.java
index 93e7622..2455914 100644 (file)
@@ -50,6 +50,7 @@ public class API extends RestHandler
     addEndpoint(new HighlightSequenceEndpoint(this));
     addEndpoint(new SelectSequencesEndpoint(this));
     addEndpoint(new GetCrossReferencesEndpoint(this));
+    addEndpoint(new HighlightGenomicRangeEndpoint(this));
 
     setPath(MY_PATH);
     this.registerHandler();