resolution connexions
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Successful in 14s

This commit is contained in:
2026-06-12 21:05:40 +02:00
parent 1d3964c8bc
commit be589ca677
2 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const apiCall = async (url, body = {}) => {
};
export const loginClient = (email, password) =>
apiCall('https://web.gise.be/index.php?_url=/api/guest/client/login', { email, password });
apiCall('/api/guest/client/login', { email, password });
export const getClientProfile = () =>
apiCall('/api/client/profile/get');