Fix API endpoint for checking project manager
This commit is contained in:
parent
c002f0e530
commit
4a71078f2a
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,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
Reference in a new issue