Adds constants for server endpoints

This commit is contained in:
Alicia Sykes 2021-09-17 22:39:02 +01:00
parent 01f5200c5e
commit c9b81e5518
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@ module.exports = {
login: '/login',
download: '/download',
},
/* Server Endpoints */
serviceEndpoints: {
ping: '/ping',
statusCheck: '/status-check',
save: '/config-manager/save',
rebuild: '/config-manager/rebuild',
},
/* List of built-in themes, to be displayed within the theme-switcher dropdown */
builtInThemes: [
'callisto',