Skip to content

Commit

Permalink
fixes environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketsharma00411 committed Feb 25, 2024
1 parent 852ea7d commit 1dd2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const api_key = "API_KEY_NAME";
const api_key = "API_KEY_HERE";
export const environment = {
production: false,
firebaseConfig: {
Expand Down

0 comments on commit 1dd2da5

Please sign in to comment.