position no problem render product
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class APIConfig {
|
||||
static String domain = 'http://localhost:8000/';
|
||||
//static String domain = 'https://dev.kulakpos.id/';
|
||||
// static String domain = 'http://localhost:8000/';
|
||||
static String domain = 'https://dev.kulakpos.id/';
|
||||
static String url = '${domain}api/v1';
|
||||
static String registerUrl = '/sign-up';
|
||||
static String businessCategoriesUrl = '/business-categories';
|
||||
|
||||
@@ -52,8 +52,8 @@ const String onboard2 = 'images/onbord2.png';
|
||||
const String onboard3 = 'images/onbord3.png';
|
||||
const String logo = 'images/logokulakpos.png';
|
||||
const String appsName = 'KULAKPOS';
|
||||
const String companyWebsite = 'http://localhost:8000/';
|
||||
// const String companyWebsite = 'https://dev.kulakpos.id/';
|
||||
// const String companyWebsite = 'http://localhost:8000/';
|
||||
const String companyWebsite = 'https://dev.kulakpos.id/';
|
||||
const String companyName = 'ONE TEKNOLOGI';
|
||||
|
||||
bool connected = false;
|
||||
|
||||
Reference in New Issue
Block a user