Added firebase credentials
This commit is contained in:
@@ -42,7 +42,7 @@ export default class City extends Vue {
|
||||
id: this.id,
|
||||
units: "metric",
|
||||
lang: "pl",
|
||||
appid: process.env.VUE_APP_API_KEY,
|
||||
appid: process.env.VUE_APP_OWM_API_KEY,
|
||||
},
|
||||
})
|
||||
.then((res) => {
|
||||
@@ -61,7 +61,7 @@ export default class City extends Vue {
|
||||
id: this.id,
|
||||
units: "metric",
|
||||
lang: "pl",
|
||||
appid: process.env.VUE_APP_API_KEY,
|
||||
appid: process.env.VUE_APP_OWM_API_KEY,
|
||||
},
|
||||
})
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user