Skip to content

Commit

Permalink
Merge branch 'feat/activity-table' into feat/external-user-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulTheActivePiecer committed Feb 26, 2024
2 parents 9460e9e + 7e0c24c commit eeec3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class ActivityService {
limit: req.limit,
};
return this.http.get<SeekPage<Activity>>(
environment.apiUrl + `/acitivity`,
environment.apiUrl + `/acitivities`,
{
params,
}
Expand Down

0 comments on commit eeec3de

Please sign in to comment.