Add settings API endpoint and settings app endpoint to example

This commit is contained in:
Benedikt Kulmann
2020-08-20 09:56:09 +02:00
parent a51b3c8ed4
commit c4dfbedc2c
2 changed files with 17 additions and 1 deletions

View File

@@ -68,7 +68,15 @@
{
"endpoint": "/accounts.js",
"backend": "http://localhost:9181"
}
},
{
"endpoint": "/api/v0/settings",
"backend": "http://localhost:9190"
},
{
"endpoint": "/settings.js",
"backend": "http://localhost:9190"
}
]
},
{

View File

@@ -71,6 +71,14 @@
{
"endpoint": "/accounts.js",
"backend": "http://localhost:9181"
},
{
"endpoint": "/api/v0/settings",
"backend": "http://localhost:9190"
},
{
"endpoint": "/settings.js",
"backend": "http://localhost:9190"
}
]
},