backend: Ajout de la fonction weatherRequest + Hotfix: armstrongNumber → NaN
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
const config = {
|
||||
PORT: process.env.PORT || 8080
|
||||
PORT: process.env.PORT || 8080,
|
||||
WEATHER_API_KEY: process.env.OpenWeatherMap_API_KEY
|
||||
};
|
||||
|
||||
module.exports = config;
|
Reference in New Issue
Block a user