Skip to content

Commit

Permalink
fix: Improved landscape download shared resource url
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Feb 14, 2024
1 parent f959d7c commit a6c60a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/components/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const paths = [
}
),
path(
'/landscapes/:landscapeSlug/shared-resource/download/:shareUuid',
'/landscapes/:landscapeSlug/download/:shareUuid',
SharedResourceDownload,
{
optionalAuth: {
Expand Down

0 comments on commit a6c60a5

Please sign in to comment.