Skip to content

Commit

Permalink
PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim-zakharov committed Aug 10, 2024
1 parent b645cee commit ca28d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"shortcuts": [
{
"name": "Вывести средства",
"url": "/diary?drawer=payout"
"url": "/alor-trader-diary/#/diary?drawer=payout"
},
{
"name": "Операции",
"url": "/diary?drawer=operations"
"url": "/alor-trader-diary/#/diary?drawer=operations"
}
],
"launch_handler": {
Expand All @@ -56,7 +56,7 @@
}
],
"share_target": {
"action": "/?share_target",
"action": "/alor-trader-diary/#/?share_target",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
Expand Down

0 comments on commit ca28d1b

Please sign in to comment.