mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve local storage and fix expediente task strature
This commit is contained in:
@@ -150,7 +150,6 @@ export class EventsService {
|
||||
|
||||
getAllMdOficialEvents(startdate:string, enddate:string): any{
|
||||
let geturl = environment.apiURL + 'calendar/md';
|
||||
geturl = geturl.replace('/V4/','/V5/')
|
||||
|
||||
let params = new HttpParams();
|
||||
|
||||
@@ -166,7 +165,6 @@ export class EventsService {
|
||||
|
||||
getAllMdPessoalEvents(startdate:string, enddate:string): any{
|
||||
let geturl = environment.apiURL + 'calendar/md';
|
||||
geturl = geturl.replace('/V4/','/V5/')
|
||||
|
||||
let params = new HttpParams();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user