Changed the stats api URL property to point to beta stats

This commit is contained in:
Stefania Martziou 2020-11-04 13:04:06 +00:00
parent 2891b8d9d9
commit c391560aec
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export const environment = {
production: true,
// API_ENDPOINT: '/api',
API_ENDPOINT: 'https://stats.madgik.di.uoa.gr/stats-api/',
API_ENDPOINT: 'https://beta.services.openaire.eu/stats-tool/',
FAQ_ENDPOINT: '/uoa-admin-tools/api',
FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
};