Merge remote-tracking branch 'origin/gruppDM' into BumBranch
This commit is contained in:
commit
8d7d815745
20 changed files with 1194 additions and 228 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue