chore: build

This commit is contained in:
2026-05-09 16:38:22 +02:00
parent 771f514af3
commit d13a980447
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
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,