This commit is contained in:
tiago.kayaya
2021-07-09 11:51:22 +01:00
parent b140873df9
commit 3edb765c41
8 changed files with 16 additions and 56 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ export class EventsService {
}
getRecurrenceTypes(): any{
const geturl = environment.apiURL + 'Calendar/ListEventRepeatTypes';
const geturl = environment.apiURL + 'Calendar/RecurrenceTypes';
let options = {
headers: this.headers,
};