Skip to content

Commit

Permalink
Merge pull request #450 from almothafar/master
Browse files Browse the repository at this point in the history
Update app.service.ts
  • Loading branch information
almothafar authored Sep 16, 2024
2 parents 8825466 + b608aa3 commit 9d5df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class AppService {
private marvelBase = 'http://gateway.marvel.com:80/v1/public/';
private marvelPublicKey = 'b9ced31de3874eb2c065a5bce26f8c59';

private googleMapsPublicKey = 'AIzaSyBjCWwFwEjaClobsRcY7mAlGSfCsRmD0Vg';
private googleMapsPublicKey = 'YOUR_KEY';

constructor(private _http: HttpClient) {
}
Expand Down

0 comments on commit 9d5df45

Please sign in to comment.