Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 11c54b2

Browse files
committed
Fix minor diffs
1 parent 80302a0 commit 11c54b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fiori/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# cds.requires.messaging.kind = file-based-messaging
1+
cds.requires.messaging.kind = file-based-messaging
22
PORT = 4004

fiori/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"deploy-format": "hdbtable"
2121
},
2222
"requires": {
23-
"auth": {
24-
"strategy": "dummy"
25-
},
2623
"API_BUSINESS_PARTNER": {
2724
"kind": "odata",
2825
"model": "@capire/suppliers"
2926
},
27+
"auth": {
28+
"strategy": "dummy"
29+
},
3030
"ReviewsService": {
3131
"kind": "odata",
3232
"model": "@capire/reviews"

0 commit comments

Comments
 (0)