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>> {
|
): Promise<APIResponse<boolean>> {
|
||||||
try {
|
try {
|
||||||
const response = await fetch(
|
const response = await fetch(
|
||||||
`/api/checkIfProjectManager?projectName=${projectName}`,
|
`/api/checkIfProjectManager/${projectName}`,
|
||||||
{
|
{
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers: {
|
headers: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue