- Wiring up for lifeeeeee

This commit is contained in:
2018-03-06 00:52:51 -05:00
parent 33cf657c70
commit 50c7ba87ef
5 changed files with 11 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ export class ProfileService {
}
return new Promise(resolve => {
this.http.get('/assets/data/profiles.json')
this.http.get('https://api.fitz.guru/urge/profiles')
.map(res => res.json())
.subscribe(data => {
this.profiles = data;