Relative Fiori dataSource URLs

Since this is what 'real' Fiori apps use as well, to allow serving from
FLP.  CDS's fiori helper takes care that they work w/o FLP as well.
This commit is contained in:
Christian Georgi
2022-03-28 13:23:57 +02:00
committed by Christian Georgi
parent cad615a662
commit bfe0c831d6
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
},
"dataSources": {
"AdminService": {
"uri": "/admin/",
"uri": "admin/",
"type": "OData",
"settings": {
"odataVersion": "4.0"