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
6f43bb22
Commit
6f43bb22
authored
Mar 03, 2017
by
Νίκος Κατσαούνος
Browse files
updated path in settings
parent
fe61b7b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
source/app.settings.ts
View file @
6f43bb22
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
//
return 'http://localhost/drupal-8.2.5';
return
'
http://localhost/drupal-8.2.5
'
;
// return 'http://localhost/angular/eepal-front/drupal';
// return 'http://localhost/drupal';
// return 'http://localhost/angular/eepal-front/drupal';
// return 'http://localhost/drupal';
return
'
http://eepal.dev/drupal
'
;
//
return 'http://eepal.dev/drupal';
// return 'http://eduslim2.minedu.gov.gr/drupal';
}
}
source/components/home.ts
View file @
6f43bb22
...
...
@@ -16,7 +16,7 @@ import { AppSettings } from '../app.settings';
selector
:
'
home
'
,
template
:
`
<div>
<form [formGroup]="formGroup" method = "POST" action="http://
eepal.dev
/drupal/oauth/login" #form>
<form [formGroup]="formGroup" method = "POST" action="http://
localhost
/drupal
-8.2.5
/oauth/login" #form>
<!-- <input type="hidden" name="X-oauth-enabled" value="true"> -->
<div *ngFor="let loginInfoToken$ of loginInfo$ | async; let i=index">
<div class="row">
...
...
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