mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-19 08:02:16 +03:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
module.exports = {
|
|
getWeather: require('./getWather'),
|
|
updateWeather: require('./updateWeather'),
|
|
};
|