blob: 4e30e9932776d68be509a97a571b6a8c1563bf69 [file] [log] [blame]
package dlab;
public interface Constants {
String API_URI = "https://localhost:8443/api/";
}