Skip to content

Commit

Permalink
Update events.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
archana3001 authored May 25, 2021
1 parent 82cc1c2 commit 17aaff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hackslash/src/app/events/events.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class EventsComponent implements OnInit {

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

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

0 comments on commit 17aaff8

Please sign in to comment.