Yimaru-Mobile/lib/ui/common/app_constants.dart

28 lines
697 B
Dart

String kBaseUrl = 'http://195.35.29.82:8080';
//String baseUrl = 'https://api.yimaru.yaltopia.com';
String kGetUserUrl = 'single';
String kUserUrl = 'api/v1/user';
String kRegisterUrl = 'register';
String kVerifyOtpUrl = 'verify-otp';
String kResendOtpUrl = 'resend-otp';
String kUpdateProfileImage = 'profile-picture';
String kRefreshTokenUrl = 'api/v1/auth/refresh';
String kLoginUrl = 'api/v1/auth/customer-login';
String kProfileStatusUrl = 'is-profile-completed';
String kGoogleLoginUrl = 'api/v1/auth/google/android';
String kAssessmentsUrl = 'api/v1/assessment/questions';
String kServerClientId =
'574860813475-n5o17gpprdqmhcml99tiqhafb17rob0r.apps.googleusercontent.com';