Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
5de2acdb
Commit
5de2acdb
authored
Mar 13, 2017
by
Χάρης Παπαδόπουλος
Browse files
app.settings local setup
parent
cb154a87
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/app.settings.ts
View file @
5de2acdb
export
const
API_ENDPOINT
=
'
http://
localhost/angular/eepal-front
/drupal
'
;
export
const
API_ENDPOINT
=
'
http://
eepal.dev
/drupal
'
;
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
return
'
http://localhost/angular/eepal-front/drupal
'
;
// return 'http://localhost/angular/eepal-front/drupal';
// return 'http://localhost/drupal';
// return 'http://localhost/angular/eepal-front/drupal';
// return 'http://localhost/angular/eepal-front/drupal';
// return 'http://eepal.dev/drupal';
// return 'http://localhost/drupal';
// return 'http://eduslim2.minedu.gov.gr/drupal';
return
'
http://eepal.dev/drupal
'
;
}
}
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