Remove Polyline route drawing from map
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.rit.driver;
|
||||
|
||||
public class Config {
|
||||
// Replace this with your VPS public IP address or production domain name
|
||||
public static final String BACKEND_URL = "http://15.206.182.201:8085";
|
||||
// Local testing backend URL (Your PC Wi-Fi IP)
|
||||
public static final String BACKEND_URL = "http://10.10.15.91:8085";
|
||||
|
||||
// Default driver security PIN
|
||||
public static final String DEFAULT_PIN = "RITDRIVER";
|
||||
|
||||
Reference in New Issue
Block a user