Skip to content

fix(routes): handle shared root path and clean up route definitions - #3756

Open
joshtrichards wants to merge 2 commits into
masterfrom
jtr/fix-routes-dup
Open

fix(routes): handle shared root path and clean up route definitions#3756
joshtrichards wants to merge 2 commits into
masterfrom
jtr/fix-routes-dup

Conversation

@joshtrichards

@joshtrichards joshtrichards commented Aug 16, 2026

Copy link
Copy Markdown
Member

Summary

Commit 1:

  • Remove the duplicate /folders/{path} route definition.
  • Make sure the /shared root route resolve correctly by always providing an empty default path.

Commit 2:

  • Normalize route formatting, trailing commas, and spacing.
  • Group route definitions with clearer section comments.

馃 AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Add an empty default for the shared route path so `/shared` always resolves correctly, and remove the duplicate `/folders/{path}` route definition.

Signed-off-by: Josh <josh.t.richards@gmail.com>
Normalize route formatting and trailing commas,
and clarify the route sections/grouping with comments.

Signed-off-by: Josh <josh.t.richards@gmail.com>
@joshtrichards joshtrichards added bug Something isn't working 3. to review Waiting for reviews labels Aug 16, 2026
@joshtrichards
joshtrichards requested a review from artonge August 16, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant