Merge remote-tracking branch 'origin/gruppDM' into BumBranch

This commit is contained in:
al8763be 2024-03-28 16:46:29 +01:00
commit 8d7d815745
20 changed files with 1194 additions and 228 deletions

View file

@ -213,7 +213,7 @@ export const api: API = {
): Promise<APIResponse<boolean>> {
try {
const response = await fetch(
`/api/checkIfProjectManager?projectName=${projectName}`,
`/api/checkIfProjectManager/${projectName}`,
{
method: "GET",
headers: {