Skip to content

Commit

Permalink
Update to correct dev extension urls (from local to remote)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed May 2, 2024
1 parent 84a9a99 commit e1efaff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions how-to/web-interop/public/layouts/default.layout.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"type": "component",
"componentName": "view",
"componentState": {
"url": "http://localhost:7070/fdc3/context/2-0/fdc3-broadcast-view.html",
"url": "built-on-openfin.github.io/dev-extensions/extensions/v18.0.0/interop/fdc3/context/2-0/fdc3-broadcast-view.html",
"name": "internal-generated-view-54a8ef85-a885-4234-be46-9d52e88fcb74"
},
"title": "FDC3 Different Domain"
Expand All @@ -58,7 +58,7 @@
"url": "http://localhost:6060/views/interop-view.html",
"name": "internal-generated-view-64a8efd7-3d92-42ae-8fae-dffcc0fdac96"
},
"title": "Interop Same Domain"
"title": "Interop Same Domain"
}
]
},
Expand All @@ -70,10 +70,10 @@
"type": "component",
"componentName": "view",
"componentState": {
"url": "http://localhost:7070/interop-api/context/interop-broadcast-view.html",
"url": "http://built-on-openfin.github.io/dev-extensions/extensions/v18.0.0/interop/interop-api/context/interop-broadcast-view.html",
"name": "internal-generated-view-2d9a3624-fd0e-4e0a-b681-a79a9616b871"
},
"title": "Interop External Domain"
"title": "Interop External Domain"
}
]
}
Expand Down

0 comments on commit e1efaff

Please sign in to comment.