Skip to content

Commit 7ae7d79

Browse files
authored
feat: new teamproject url
1 parent 6a6d3e8 commit 7ae7d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/app/teamproject/teamproject.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class TeamprojectService {
4949
let period = await this.periodService.findOne(parseProjectsDto.period_id);
5050

5151
let localProjects = await fetch(
52-
"https://teamproject.urfu.ru/api/v2/workspaces?status=any&year=" +
52+
"https://teamproject.urfu.ru/api/v2/catalog?status=any&year=" +
5353
period.year +
5454
"&semester=" +
5555
period.term +

0 commit comments

Comments
 (0)