Adjusting odata paths for cds7 (#543)

* Adjusting odata paths for cds7

* Still using old sqlite3

* npm ci

* Remove Node 14 tests
This commit is contained in:
Daniel Hutzel
2023-07-05 11:07:20 +02:00
committed by GitHub
parent c089c9777b
commit 96473d45c8
8 changed files with 923 additions and 252 deletions

View File

@@ -8,7 +8,7 @@
"i18n": "i18n/i18n.properties",
"dataSources": {
"OrdersService": {
"uri": "/orders/",
"uri": "/odata/v4/orders/",
"type": "OData",
"settings": {
"odataVersion": "4.0"