export class AppSettings { public static get API_ENDPOINT(): string {
return 'http://localhost/dist'; // return 'http://localhost/drupal-8.2.5'; // return 'http://eepal.dev/drupal'; // return 'http://eduslim2.minedu.gov.gr/drupal';
} }