Added functionality to limit results of attendees and attachment to 2 max in event-details page

This commit is contained in:
Tiago Kayaya
2020-09-02 11:59:16 +01:00
parent 5a610d5cc3
commit b9a70fecb8
3 changed files with 14 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const environment = {
production: false,
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/',
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto',
defaultuser: 'tiago.kayaya',
defaultuserpwd: 'tabteste@006'
};