Use http (not https) for api access (certificates rejected on some platforms)

master
skylarmt 9 years ago
parent dad507d83d
commit e4df36db2c

@ -119,7 +119,7 @@ public class Main extends JRibbonFrame {
/** /**
* Base URL for building API calls * Base URL for building API calls
*/ */
public static final String API_URL = "https://apis.symatapp.com/"; public static final String API_URL = "http://apis.symatapp.com/";
/** /**
* Contains the filename argument passed to SyMAT, if any. * Contains the filename argument passed to SyMAT, if any.
*/ */

@ -60,7 +60,7 @@ import org.etherpad_lite_client.EPLiteException;
*/ */
public class Pads extends javax.swing.JInternalFrame { public class Pads extends javax.swing.JInternalFrame {
public static final String PADS_URL = "https://pad.symatapp.com"; public static final String PADS_URL = "http://pad.symatapp.com";
/** /**
* Creates new form Pads * Creates new form Pads

Loading…
Cancel
Save