ajout du dossier php pour mettre tout les fichiers php
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user