Fixed a bug and increased compatibility

This commit is contained in:
Isaac Grynsztein
2018-01-20 19:33:27 -05:00
parent 2a80ea92cc
commit 43399be0e5
5 changed files with 13 additions and 10 deletions

View File

@@ -35,6 +35,9 @@ export class AppComponent {
this.postsService.path = backendUrl;
this.postsService.startPath = backendUrl;
this.postsService.startPathSSL = backendUrl;
},
error => {
console.log(error);
});
}