diff --git a/frontend/src/API/API.ts b/frontend/src/API/API.ts index e7aab0c..403ea33 100644 --- a/frontend/src/API/API.ts +++ b/frontend/src/API/API.ts @@ -199,7 +199,7 @@ export const api: API = { ): Promise> { try { const response = await fetch( - `/api/checkIfProjectManager?projectName=${projectName}`, + `/api/checkIfProjectManager/${projectName}`, { method: "GET", headers: {