mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 05:05:05 +02:00
⚡ Adds constants for server endpoints
This commit is contained in:
parent
01f5200c5e
commit
c9b81e5518
@ -36,6 +36,13 @@ module.exports = {
|
|||||||
login: '/login',
|
login: '/login',
|
||||||
download: '/download',
|
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 */
|
/* List of built-in themes, to be displayed within the theme-switcher dropdown */
|
||||||
builtInThemes: [
|
builtInThemes: [
|
||||||
'callisto',
|
'callisto',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user