diff --git a/src/utils/defaults.js b/src/utils/defaults.js index f7e8e396..7a2859c9 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -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',