Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gestion des stages Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fatima Ezzahra Majidi
Gestion des stages Frontend
Merge requests
!5
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
main
Overview
0
Commits
2
Pipelines
0
Changes
20
Merged
Fatima Ezzahra Majidi
requested to merge
master
into
main
1 month ago
Overview
0
Commits
2
Pipelines
0
Changes
20
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b843bd7f
2 commits,
1 month ago
20 files
+
392
−
130
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
src/components/CandidacyForm.jsx
→
src/components/
Candidatures/
CandidacyForm.jsx
+
1
−
1
Options
@@ -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