login time

This commit is contained in:
Sone
2025-11-05 20:11:34 +01:00
parent b43aec6b9a
commit fdcc42007a
21 changed files with 1363 additions and 843 deletions
+1 -1
View File
@@ -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 {