chore: fix URL

This commit is contained in:
2026-03-06 16:17:29 +01:00
parent 12b65d54c0
commit e4462a1d69
6 changed files with 24 additions and 11 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://uber-stup.club";
export const API_BASE_URL = "http://5.181.0.112";
const apiClient = axios.create({
baseURL: API_BASE_URL,