Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing spread parameters in routes #1

Closed
Kapsonfire-DE opened this issue Jul 12, 2022 · 0 comments
Closed

missing spread parameters in routes #1

Kapsonfire-DE opened this issue Jul 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Kapsonfire-DE
Copy link
Owner

Add the ability to add spread parameters

File: /routes/users/[...usernames].ts
URL: http://localhost/users/kapsonfire/jarred/tricked

Results into:

ctx.params = {
   username: ['kapsonfire', 'jarred', 'tricked']
}
@Kapsonfire-DE Kapsonfire-DE self-assigned this Jul 12, 2022
@Kapsonfire-DE Kapsonfire-DE added this to the 0.1.7 milestone Jul 12, 2022
@Kapsonfire-DE Kapsonfire-DE added the enhancement New feature or request label Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant