Skip to content

Commit

Permalink
Merge pull request #5661 from deNBI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dweinholz authored Apr 26, 2023
2 parents ba9da98 + d549774 commit a425185
Show file tree
Hide file tree
Showing 12 changed files with 1,265 additions and 1,253 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 a425185

Please sign in to comment.