Merge branch 'dev' into gruppDM
This commit is contained in:
commit
cdc070e5a6
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ export const api: API = {
|
|||
): Promise<APIResponse<Statistics>> {
|
||||
try {
|
||||
const response = await fetch(
|
||||
`/api/getStatistics/?projectName=${projectName}?userName=${userName ?? ""}`,
|
||||
`/api/getStatistics/?projectName=${projectName}&userName=${userName ?? ""}`,
|
||||
{
|
||||
method: "GET",
|
||||
headers: {
|
||||
|
|
Loading…
Reference in a new issue