Skip to content

Commit

Permalink
xd-app json fixed, regarding access service metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Aydogdu committed Jun 28, 2020
1 parent bf68957 commit abcce8e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target/
cf_mta/node_modules
cf_mta/appdeployer/resources
app/browse/books/dist
app\browse\books\dist\*


# Web IDE, App Studio
Expand Down
Binary file modified app/browse/books/dist/manifest-bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion app/browse/books/dist/resources/sap-ui-version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "c4u-flp-books",
"version": "0.0.1",
"buildTimestamp": "202006261819",
"buildTimestamp": "202006281701",
"scmRevision": "",
"libraries": []
}
6 changes: 3 additions & 3 deletions app/browse/books/dist/sap-ui-cachebuster-info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"i18n/i18n.properties": 1593035888200,
"Component.js": 1593028061185,
"manifest.json": 1593095446219,
"manifest-bundle.zip": 1593184772144,
"Component-preload.js": 1593184772756,
"i18n/i18n.properties": 1593035888200,
"manifest-bundle.zip": 1593352881594,
"Component-preload.js": 1593352884782,
"Component-dbg.js": 1593028061185
}
2 changes: 1 addition & 1 deletion cf_mta/approuter/xs-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"authenticationMethod": "route",
"routes": [
{
"source": "^/catalog/(.*)$",
"source": "^(.*)$",
"target": "/$1",
"destination": "srv-binding",
"csrfProtection": false,
Expand Down

0 comments on commit abcce8e

Please sign in to comment.