status
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// class ApiConfig {
|
||||
// static const String baseUrl = "http://103.248.30.24:3030/api";
|
||||
// static const String fileBaseUrl = "http://103.248.30.24:3030/";
|
||||
// }
|
||||
class ApiConfig {
|
||||
static const String baseUrl = "http://10.119.0.74:8000/api";
|
||||
static const String fileBaseUrl = "http://10.119.0.74:8000/";
|
||||
|
||||
@@ -5,6 +5,9 @@ class AppConfig {
|
||||
// For Android Emulator
|
||||
static const String logoUrlEmulator = "http://10.0.2.2:8000/images/kent_logo2.png";
|
||||
|
||||
// For Physical Device (Replace with your actual PC local IP)
|
||||
//static const String logoUrlDevice = "http://103.248.30.24:3030/images/kent_logo2.png";
|
||||
|
||||
// For Physical Device (Replace with your actual PC local IP)
|
||||
static const String logoUrlDevice = "http://10.119.0.74:8000/images/kent_logo2.png";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user