-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
fix: trailing slash issue #819
Conversation
@VishnuSanal is attempting to deploy a commit to the sparckles Team on Vercel. A member of the Team first needs to authorize it. |
Hey @VishnuSanal 👋 Thanks for the PR, but I see no changes in the PR. Could you have a look again? |
ouch!! that lost somewhere whilst fixing the CI. :D PTAL now :) |
Hey @VishnuSanal I have made some changes and have added a few suggestions. Do let me know what you think 😄 |
Also, @VishnuSanal , please add an integration test. Add a route in |
@sansyrox why add a new route? also, why |
@VishnuSanal , we tend to add one route for its function. If you explore the file, you will find out that we have one dedicated route for get requests, one for posts, etc.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Great work @VishnuSanal ✨
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed Performance ReportMerging #819 will not alter performanceComparing Summary
Benchmarks breakdown
|
@VishnuSanal , the ci is failing on formatting. Can you please fix that? |
All looks good to merge otherwise 😄 |
Great work @VishnuSanal 😄 |
Description
This PR fixes #818
@sansyrox PTAL :)