Skip to content

Commit

Permalink
Merge pull request #1141 from internxt/fix/edit-domain-rotation
Browse files Browse the repository at this point in the history
[_]: fix/restore-old-sharing-path-rotation
  • Loading branch information
sg-gs authored Jun 4, 2024
2 parents 29bd154 + 5dafc3b commit 0bc3a7a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/app/routes/paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,36 @@
"path": "/sh/file/:token/:code?",
"exact": false
},
{
"id": "share-token",
"layout": "share",
"path": "/d/sh/file/:token/:code?",
"exact": false
},
{
"id": "share-token",
"layout": "share",
"path": "/d/file/:token/:code?",
"exact": false
},
{
"id": "share-folder-token",
"layout": "share",
"path": "/sh/folder/:token/:code?",
"exact": false
},
{
"id": "share-folder-token",
"layout": "share",
"path": "/d/sh/folder/:token/:code?",
"exact": false
},
{
"id": "share-folder-token",
"layout": "share",
"path": "/d/folder/:token/:code?",
"exact": false
},
{
"id": "share-guest-accept-invite",
"layout": "empty",
Expand All @@ -209,6 +233,18 @@
"path": "/sh/photos/:token([a-z0-9]{24})/:code",
"exact": false
},
{
"id": "share-photos-token",
"layout": "share",
"path": "/d/sh/photos/:token([a-z0-9]{24})/:code",
"exact": false
},
{
"id": "share-photos-token",
"layout": "share",
"path": "/d/photos/:token([a-z0-9]{24})/:code",
"exact": false
},
{
"id": "guest-accept-invite",
"layout": "empty",
Expand Down

0 comments on commit 0bc3a7a

Please sign in to comment.