bug solve seltet date

This commit is contained in:
Eudes Inácio
2024-06-11 16:23:09 +01:00
parent 58874016f9
commit c37d3f5f7f
8 changed files with 62 additions and 23 deletions
@@ -129,6 +129,6 @@ export class AgendaDataService {
@APIReturn(SharedCalendarListOutputDTOSchema)
async getSharedCalendar() {
return await this.httpService.get<SharedCalendarListOutputDTO>(`${this.baseUrl}/Users/id/ShareCalendar?id=${SessionStore.user.UserId}`);
return await this.httpService.get<SharedCalendarListOutputDTO>(`${this.baseUrl}/Users/${SessionStore.user.UserId}/ShareCalendar`);
}
}