chore: build prod app

This commit is contained in:
2026-04-27 10:32:50 +02:00
parent 940271ef25
commit 86acf56f53
6 changed files with 144 additions and 49 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import axios from "axios";
import { getToken, getAdminToken } from "../auth/tokenStorage";
// Change this to your server IP/domain
export const API_BASE_URL = "https://5.181.0.112.nip.io";
export const API_BASE_URL = "https://mln-uber.club";
const apiClient = axios.create({
baseURL: API_BASE_URL,