Skip to content
Snippets Groups Projects

Master

Merged Fatima Ezzahra Majidi requested to merge master into main
20 files
+ 392
130
Compare changes
  • Side-by-side
  • Inline
Files
20
@@ -33,7 +33,7 @@ const CandidacyForm = () => {
const handleSubmit = (e) => {
e.preventDefault();
fetch("http://localhost:8080/api/candidacies", {
fetch("http://localhost:8080/api/candidacies/add", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
Loading