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

5 lines
105 B
JavaScript
Raw Normal View History

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