Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
d1e1050d
Commit
d1e1050d
authored
May 03, 2017
by
Χάρης Παπαδόπουλος
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed app.settings from git
parent
395d008d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
source/app.settings.ts
source/app.settings.ts
+0
-16
No files found.
source/app.settings.ts
deleted
100644 → 0
View file @
395d008d
export
const
API_ENDPOINT
=
'
https://eduslim2.minedu.gov.gr/drupal
'
;
// export const API_ENDPOINT = 'http://eepal.dev/drupal';
// export const API_ENDPOINT = 'http://eduslim2.minedu.gov.gr/angular/eepal-front/drupal';
// export const API_ENDPOINT_PARAMS = '?config=2';
export
const
API_ENDPOINT_PARAMS
=
''
;
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
return
'
https://eduslim2.minedu.gov.gr/drupal
'
;
// return 'http://eepal.dev/drupal';
// return 'http://eduslim2.minedu.gov.gr/angular/eepal-front/drupal';
}
public
static
get
API_ENDPOINT_PARAMS
():
string
{
// return '?config=2';
return
''
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment