JAL-4369 use rest.uniprot.org as fetch domain
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 9 Jan 2024 18:36:12 +0000 (18:36 +0000)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 9 Jan 2024 18:36:12 +0000 (18:36 +0000)
t pu# Please enter the commit message for your changes. Lines starting

src/jalview/ws/dbsources/Uniprot.java

index b5b3ca2..6dea12f 100644 (file)
@@ -69,7 +69,7 @@ import jalview.xml.binding.uniprot.PropertyType;
  */
 public class Uniprot extends DbSourceProxyImpl
 {
-  private static final String DEFAULT_UNIPROT_DOMAIN = "https://www.uniprot.org";
+  private static final String DEFAULT_UNIPROT_DOMAIN = "https://rest.uniprot.org";
 
   private static final String BAR_DELIMITER = "|";