Project

General

Profile

1
export const environment = {
2
  production: true,
3
  API_ENDPOINT: '/api',
4
  FAQ_ENDPOINT: '/uoa-admin-tools/api',
5
  FAQ_HOMEPAGE: '/uoa-admin-tools/dashboard'
6
};
(2-2/3)