ajout du dossier php pour mettre tout les fichiers php

This commit is contained in:
2025-08-13 10:09:47 +02:00
parent e4eb8a945c
commit 9fb0c0a27f
18 changed files with 16 additions and 16 deletions

View File

@@ -52,10 +52,10 @@ export const AuthProvider = ({ children }) => {
const login = async (email, password) => {
try {
const possibleUrls = [
'http://localhost/GTA/project/public/login.php',
'http://localhost:80/GTA/project/public/login.php',
'http://localhost/GTA/public/login.php',
'http://localhost/public/login.php'
'http://localhost/GTA/project/public/php/login.php',
'http://localhost:80/GTA/project/public/php/login.php',
'http://localhost/GTA/public/php/login.php',
'http://localhost/public/php/login.php'
];
let response = null;