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