From c391560aec30979b88d91937fd31b13f8ce85dc7 Mon Sep 17 00:00:00 2001 From: "stefania.martziou" Date: Wed, 4 Nov 2020 13:04:06 +0000 Subject: [PATCH] Changed the stats api URL property to point to beta stats --- src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index dcad717d3..38fcfadd4 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -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' };