hirekevinp
New member
- Jun 24, 2022
- 6
- 1
- 3
public static String LICENSE_BACK_STR = "{\"success\": true,\"base_url\":\"yourfoodomaadomain.com\",\"main_domain\":null,\"has_socket\": 0}";How to change base url or yourfoodomaadomain . com to our own url ?
please send method to change url
replace your domain like:
your domain name is app.domain.com and replace
public static String LICENSE_BACK_STR = "{\"success\": true,\"base_url\":\"app.domain.com\",\"main_domain\":null,\"has_socket\": 0}";