- Wiring up for lifeeeeee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user