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

@@ -290,7 +290,7 @@ const NewLeaveRequestModal = ({
formDataToSend.append(`medicalDocuments[]`, file);
});
const response = await fetch('http://localhost/GTA/project/public/submitLeaveRequest.php', {
const response = await fetch('http://localhost/GTA/project/public/php/submitLeaveRequest.php', {
method: 'POST',
body: formDataToSend
});