diff --git a/src/app/services/notifications.service.ts b/src/app/services/notifications.service.ts index b23c936b7..7a74deb91 100644 --- a/src/app/services/notifications.service.ts +++ b/src/app/services/notifications.service.ts @@ -118,9 +118,9 @@ export class NotificationsService { }; this.http.post(`${geturl}`, body, { headers }).subscribe(data => { - + console.log(data) }, (error) => { - + console.log(error) }) }); diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index b6fbcbc91..2627ac54c 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,7 +1,6 @@ export const environment = { // apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/', - // apiURL: 'https://gd-api.oapr.gov.ao/api/', - apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/', + apiURL: 'https://gd-api.oapr.gov.ao/api/', // apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/', // apiChatUrl: 'http://192.168.0.29:3000/api/v1/', // apiWsChatUrl: 'wss://192.168.0.29:3000/websocket', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 1e0b551cc..b14e21e0a 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -1,7 +1,6 @@ export const environment = { // apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/', - // apiURL: 'https://gd-api.oapr.gov.ao/api/', - apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/', + apiURL: 'https://gd-api.oapr.gov.ao/api/', // apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/', // apiChatUrl: 'http://192.168.0.29:3000/api/v1/', // apiWsChatUrl: 'wss://192.168.0.29:3000/websocket', @@ -16,5 +15,6 @@ export const environment = { defaultuserpwd: 'M@p2022', //tabteste@006, chatOffline: true, presidencia: false, + version: '1.0.1', sentryUrl: 'https://9920cc36f1d740b987426ee8d80cf588@o4504340905525248.ingest.sentry.io/4504340946419712' -}; +}; \ No newline at end of file