Skip to content

Commit 6487296

Browse files
committed
fix(frontend): change fetch to match new endpoint naming #541
1 parent 3be11aa commit 6487296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/features/configuration/configuration.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('configurationService', () => {
6161

6262
const url = firstValueFrom(service.getAppConfiguration());
6363

64-
const req = httpMock.expectOne(API_URL + 'help');
64+
const req = httpMock.expectOne(API_URL + 'app');
6565

6666
req.flush(mockUrl);
6767

0 commit comments

Comments
 (0)