user preferences via API

This commit is contained in:
STEINNI
2025-10-07 19:57:58 +00:00
parent d5940e2f08
commit db3d10539a
7 changed files with 79 additions and 65 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ class Sparc {
onMVCReady() {
// Now that we are authenticated, we have the config and the MVC
// load the top routes and then route !
app.events.trigger('core.mvcReady')
this.Assets.loadJson({ 'name': 'baseRoutes.json', 'path': '/app/config/' })
.then(
(topRoutes) =>{