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'),
};