1
0
Fork 0
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:
Paweł Malak 2022-03-24 14:48:10 +01:00
parent 48e28b9abd
commit b8af178cbf
6 changed files with 67 additions and 2 deletions

View file

@ -1,3 +1,4 @@
module.exports = {
getThemes: require('./getThemes'),
addTheme: require('./addTheme'),
};