login time
This commit is contained in:
@@ -10,7 +10,7 @@ export const getApiUrl = () => {
|
||||
if (!isDev) return prodUrl;
|
||||
|
||||
if (Platform.OS === "web") {
|
||||
return process.env.EXPO_PUBLIC_BACKEND_URL;
|
||||
return process.env.EXPO_PUBLIC_BACKEND_URL || "http://localhost:5000/api";
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user