Skip to content

Commit

Permalink
Merge pull request #5662 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Apr 26, 2023
2 parents 67fce07 + a425185 commit 610a362
Show file tree
Hide file tree
Showing 11 changed files with 1,259 additions and 1,247 deletions.
2 changes: 2 additions & 0 deletions src/app/api-connector/group.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ export class GroupService {
}

getGroupApplications(group: number | string): Observable<any> {
console.log(group);

return this.http.get(`${ApiSettings.getApiBaseURL()}projects/${group}/applications/`, {
withCredentials: true,
});
Expand Down
Loading

0 comments on commit 610a362

Please sign in to comment.