chore: build

This commit is contained in:
2026-05-09 16:50:23 +02:00
parent 78c498159d
commit 7af2103164
8 changed files with 29 additions and 18 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import axios from "axios";
import { getToken, getAdminToken } from "../auth/tokenStorage";
// Change this to your server IP/domain
export const API_BASE_URL = "https://mln-uber.club";
export const API_BASE_URL = process.env.EXPO_PUBLIC_API_URL ?? "https://mln-uber.club";
const apiClient = axios.create({
baseURL: API_BASE_URL,