fix of api url and new version packages

This commit is contained in:
2025-06-06 16:31:39 +02:00
parent 3bd3b9b70d
commit 0e46d692f9
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import {createJSONStorage, persist} from "zustand/middleware";
import AsyncStorage from "@react-native-async-storage/async-storage";
import axios from "axios";
const API_URL = "http://10.0.2.2:8080/api/v1";
const API_URL = "https://testowe.zikor.pl/api/v1";
export const useAuthStore = create(
persist(