1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-18 19:19:36 +02:00
flame/controllers/weather/index.js

4 lines
105 B
JavaScript

module.exports = {
getWeather: require('./getWather'),
updateWeather: require('./updateWeather'),
};