dnet45/modules/uoa-repository-dashboard-gui/trunk/src/environments/environment.prod.ts @ 55647
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 |
};
|