Remove Polyline route drawing from map

This commit is contained in:
Shanmuga Krishnan S M
2026-07-27 08:29:42 +05:30
parent 85b128bef5
commit 285281d565
3 changed files with 31 additions and 20 deletions

View File

@@ -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";