mirror of https://github.com/Lissy93/dashy.git
⚡ Adds constants for server endpoints
This commit is contained in:
parent
01f5200c5e
commit
c9b81e5518
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue