1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 19:49:37 +02:00

WeatherWidget temp unit. WeatherSettings update on change

This commit is contained in:
unknown 2021-06-07 12:17:10 +02:00
parent 08c769b630
commit d2e6ebae4f
8 changed files with 68 additions and 24 deletions

View file

@ -11,7 +11,7 @@ const {
} = require('../controllers/config');
router
.route('')
.route('/')
.post(createPair)
.get(getAllPairs)
.put(updateValues);