mirror of
https://github.com/pawelmalak/flame.git
synced 2025-04-24 13:57:09 -04:00
Split remaining controllers into separate files. Added iOS homescreen icon. Removed additional logging from weather module.
This commit is contained in:
parent
88694c7e27
commit
4ed29fe276
32 changed files with 418 additions and 312 deletions
4
controllers/weather/index.js
Normal file
4
controllers/weather/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
getWeather: require('./getWather'),
|
||||
updateWeather: require('./updateWeather'),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue