mirror of
https://github.com/pawelmalak/flame.git
synced 2025-04-22 04:47:43 -04:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
module.exports = {
|
|
getWeather: require('./getWather'),
|
|
updateWeather: require('./updateWeather'),
|
|
};
|