|
|
|
|
3
|
export class Service {
|
3
|
export class Service {
|
4
|
|
4
|
|
5
|
constructor(path) {
|
5
|
constructor(path) {
|
6
|
- this.base_url = 'http://204.48.25.93:8081'
|
|
|
|
|
6
|
+ // this.base_url = 'http://204.48.25.93:8081'
|
|
|
7
|
+ this.base_url = 'https://psicoadmin.ditca.org:8443'
|
7
|
this.url = this.base_url + path
|
8
|
this.url = this.base_url + path
|
8
|
- // this.base_url = 'http://psicoadmin.ditca.org:8081'
|
|
|
9
|
// this.api = 'http://204.48.25.93:8081/user?user=patrik&password=12345'
|
9
|
// this.api = 'http://204.48.25.93:8081/user?user=patrik&password=12345'
|
10
|
// this.api = 'http://psicoadmin.ditca.org:8081/user?user=patrik&password=12345'
|
10
|
// this.api = 'http://psicoadmin.ditca.org:8081/user?user=patrik&password=12345'
|
11
|
}
|
11
|
}
|