Skip to content

Commit

Permalink
update deriv go redirection link (#6386)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolsachdeva authored Sep 6, 2022
1 parent 773d105 commit c13a0b0
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions packages/core/src/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
{
"applinks": {
"details": [{
"appID": "36S5Q8S4V5.com.deriv.app",
"paths": [
"/redirect"
"details": [
{
"appID": "36S5Q8S4V5.com.deriv.app",
"paths": [
"/redirect/derivgo"
]
},
{
"appID": "36S5Q8S4V5.com.deriv.app.dev",
"paths": [
"/redirect/derivgo"
]
},
{
"appID": "36S5Q8S4V5.com.deriv.app.staging",
"paths": [
"/redirect/derivgo"
]
},
{
"appID": "36S5Q8S4V5.com.deriv.dp2p",
"paths": [
"/cashier/p2p",
"/redirect/p2p"
]
}
]
},
{
"appID": "36S5Q8S4V5.com.deriv.app.dev",
"paths": [
"/redirect"
]
},
{
"appID": "36S5Q8S4V5.com.deriv.app.staging",
"paths": [
"/redirect"
]
},
{
"appID": "36S5Q8S4V5.com.deriv.dp2p",
"paths": [
"/cashier/p2p",
"/redirect/p2p"
]
}]
}
}
}

1 comment on commit c13a0b0

@vercel
Copy link

@vercel vercel bot commented on c13a0b0 Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app.binary.sx
deriv-app-git-master.binary.sx
binary.sx

Please sign in to comment.