Skip to content

Commit

Permalink
🔧 Change WebService URLs to use release ones
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotRagueneau authored and EliotRagueneau committed Jul 5, 2021
1 parent 6497924 commit bd8a9d1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
import java.util.Properties;

public class Manager {
private static final String INTACT_WEBSERVICES = "https://wwwdev.ebi.ac.uk/intact/test/ws/";
private static final String INTACT_WEBSERVICES = "https://www.ebi.ac.uk/intact/ws/";
// private static final String INTACT_WEBSERVICES = "http://127.0.0.1:8081/intact/ws/";

public static final String INTACT_GRAPH_WS = "https://www.ebi.ac.uk/intact/ws/graph/";
// public static final String INTACT_GRAPH_WS = INTACT_WEBSERVICES + "graph/";
public static final String INTACT_GRAPH_WS = INTACT_WEBSERVICES + "graph/";
public static final String INTACT_INTERACTOR_WS = INTACT_WEBSERVICES + "interactor/";
public static final String INTACT_INTERACTION_WS = INTACT_WEBSERVICES + "interaction/";

Expand Down

0 comments on commit bd8a9d1

Please sign in to comment.