Skip to content

Commit 8fdb142

Browse files
[Wami] Fix protocol_hanlders definition (#64)
* [Wami] Fix protocol_hanlders definition * resolve comment: add full url path --------- Co-authored-by: Kun Zhang <zhangkun@microsoft.com>
1 parent ad88642 commit 8fdb142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wami/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"protocol_handlers": [
3333
{
3434
"protocol": "web+wami",
35-
"url": "./?url=%s"
35+
"url": "/Demos/wami/?url=%s"
3636
}
3737
],
3838
"share_target": {

0 commit comments

Comments
 (0)