Project

General

Profile

1
export const environment = {
2
  production: true,
3
  API_ENDPOINT: '/uoa-repository-manager-service',
4
  FAQ_ENDPOINT: '/api',
5
  FAQ_HOMEPAGE: 'http://audrey.athenarc.gr:5555'
6
};
(1-1/2)