mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 11:39:36 +02:00
Add and delete custom search provider actions and controllers
This commit is contained in:
parent
459523dfd2
commit
a885440fef
15 changed files with 392 additions and 82 deletions
|
@ -10,7 +10,6 @@ const {
|
|||
deletePair,
|
||||
updateCss,
|
||||
getCss,
|
||||
getQueries,
|
||||
} = require('../controllers/config');
|
||||
|
||||
router.route('/').post(createPair).get(getAllPairs).put(updateValues);
|
||||
|
@ -19,6 +18,4 @@ router.route('/:key').get(getSinglePair).put(updateValue).delete(deletePair);
|
|||
|
||||
router.route('/0/css').get(getCss).put(updateCss);
|
||||
|
||||
router.route('/0/queries').get(getQueries);
|
||||
|
||||
module.exports = router;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue