15 lines
345 B
Dart
15 lines
345 B
Dart
//String baseUrl = 'http://195.35.29.82:8080';
|
|
String baseUrl = 'https://api.yimaru.yaltopia.com';
|
|
|
|
String userUrl = 'api/v1/user';
|
|
|
|
String kRegisterUrl = 'register';
|
|
|
|
String kVerifyOtpUrl = 'verify-otp';
|
|
|
|
String kResendOtpUrl = 'resend-otp';
|
|
|
|
String kLoginUrl = 'api/v1/auth/customer-login';
|
|
|
|
String kProfileStatusUrl = 'is-profile-completed';
|