diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index a3c4e92..d6a4b23 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -286,7 +286,7 @@ export const api: API = { "Content-Type": "application/json", Authorization: "Bearer " + token, }, - body: JSON.stringify({ username, projectName }), + body: JSON.stringify({ username: username, projectName: projectName}), }); if (!response.ok) {