Skip to content

Commit 17aaff8

Browse files
authored
Update events.component.ts
1 parent 82cc1c2 commit 17aaff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hackslash/src/app/events/events.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class EventsComponent implements OnInit {
2121

2222
constructor(db: AngularFireDatabase, private http: HttpClient) {
2323

24-
this.events=this.http.get<any>('./assets/data/events/events.json');
24+
this.events=this.http.get<any>('./assets/data/events/event.json');
2525
this.http.get<any>(
2626
'https://www.eventbriteapi.com/v3/organizations/544604903183/events/?token=QCITQBPHYXMKFWP3FXXP'
2727
).subscribe(res=>{

0 commit comments

Comments
 (0)