Skip to content

Commit 66ac4bf

Browse files
committed
update ui paths
1 parent aa19fb5 commit 66ac4bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample-apps/delivery-customizations/extensions/delivery-customization-js/shopify.function.extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ command = ""
77
path = "dist/function.wasm"
88

99
[ui.paths]
10-
create = "/"
11-
details = "/"
10+
create = "/delivery-customization/:functionId/new"
11+
details = "/delivery-customization/:functionId/:id"

sample-apps/discounts/extensions/product-discount-js/shopify.function.extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ command = ""
77
path = "dist/function.wasm"
88

99
[ui.paths]
10-
create = "/"
11-
details = "/"
10+
create = "/volume/:functionId/new"
11+
details = "/volume/:functionId/:id"

0 commit comments

Comments
 (0)