mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 13:39:35 +02:00
Added theme string normalization to initial process. Added getThemes controller
This commit is contained in:
parent
ee0b435493
commit
e427fbf54c
6 changed files with 310 additions and 0 deletions
3
controllers/themes/index.js
Normal file
3
controllers/themes/index.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
getThemes: require('./getThemes'),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue