mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 11:39:36 +02:00
API routes to get and add themes
This commit is contained in:
parent
48e28b9abd
commit
b8af178cbf
6 changed files with 67 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
module.exports = {
|
||||
getThemes: require('./getThemes'),
|
||||
addTheme: require('./addTheme'),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue