feat:auth datasource done
This commit is contained in:
@@ -2,4 +2,10 @@ abstract class ApiConst {
|
||||
static const String baseUrl = "https://superapp.felixits.uz/api/v1";
|
||||
|
||||
static const String login = "/auth/login";
|
||||
static const String register = "/auth/register/create_user";
|
||||
static const String resetPassword = "/auth/reset_password";
|
||||
static const String forgotPassword = "/auth/forgot_password";
|
||||
static const String sendCode = "/auth/send_code";
|
||||
static const String verifyCode = "/auth/register/verify_code";
|
||||
static const String verifyPhone = "/auth/register/verify_phone";
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ abstract class AppLocaleKeys {
|
||||
static const String fontLight = "fontLight";
|
||||
|
||||
static const String imageUrl =
|
||||
"https://xsznseejebbai1lj.public.blob.vercel-storage.com/homepage/hero/hero-1.webp";
|
||||
"https://www.peanutbutterandfitness.com/wp-content/uploads/2023/07/Healthy-Weekly-Meal-Plan-Recipes-7.9.23-1.jpg";
|
||||
|
||||
static const String foodImageUrl =
|
||||
"https://www.precisionorthomd.com/wp-content/uploads/2023/10/percision-blog-header-junk-food-102323.jpg";
|
||||
|
||||
Reference in New Issue
Block a user