Skip to content

Commit

Permalink
update deriv go redirection link (binary-com#6386)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolsachdeva committed 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"
]
}]
}
}
}

0 comments on commit c13a0b0

Please sign in to comment.