Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Σταύρος Παπαδάκης
e-epal
Commits
9f5dbf71
Commit
9f5dbf71
authored
Mar 29, 2017
by
Open Source Developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trans
parent
f08cd419
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
source/app.settings.ts
source/app.settings.ts
+3
-3
No files found.
source/app.settings.ts
View file @
9f5dbf71
export
const
API_ENDPOINT
=
'
http://localhost/angular/eepal-front
'
;
export
const
API_ENDPOINT
=
'
http://localhost/angular/eepal-front
/drupal
'
;
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
return
'
http://localhost/angular/eepal-front
'
;
return
'
http://localhost/angular/eepal-front
/drupal
'
;
}
}
\ No newline at end of file
}
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