Skip to content

Commit

Permalink
Merge pull request #4 from v-empower/zeeshan
Browse files Browse the repository at this point in the history
Changed 'completedmeeting' to 'completedmeetings'.
  • Loading branch information
fareed069417 authored Aug 9, 2024
2 parents 437267f + 5541074 commit 380f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/apiServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const apiEndpointUrl = (baseUrl: string, endpoint: ApiEndpoint): string => {
case 'missed_meetings':
return `${baseUrl}/api/${API_VERSION}/meeting/missedmeetings`;
case 'completed_meetings':
return `${baseUrl}/api/${API_VERSION}/meeting/completedmeeting`;
return `${baseUrl}/api/${API_VERSION}/meeting/completedmeetings`;
case 'user_details':
return `${baseUrl}/api/${API_VERSION}/customer/user_details`;
case 'refresh_token':
Expand Down

0 comments on commit 380f546

Please sign in to comment.