We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82cc1c2 commit 17aaff8Copy full SHA for 17aaff8
apps/hackslash/src/app/events/events.component.ts
@@ -21,7 +21,7 @@ export class EventsComponent implements OnInit {
21
22
constructor(db: AngularFireDatabase, private http: HttpClient) {
23
24
- this.events=this.http.get<any>('./assets/data/events/events.json');
+ this.events=this.http.get<any>('./assets/data/events/event.json');
25
this.http.get<any>(
26
'https://www.eventbriteapi.com/v3/organizations/544604903183/events/?token=QCITQBPHYXMKFWP3FXXP'
27
).subscribe(res=>{
0 commit comments