-
Notifications
You must be signed in to change notification settings - Fork 72
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
remove unnecessary ending slash (/) in endpoint URLs #4962
remove unnecessary ending slash (/) in endpoint URLs #4962
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Passing run #8215 ↗︎
Details:
Review all test suite changes for PR #4962 ↗︎ |
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.
Thanks for doing this cleanup! Is there a way to formally enforce this moving forward or will it be something that the front-end devs need to remember?
@galvana Probably not worth the time to try to enforce URL string patterns in endpoint calls. If I had to guess, someone did it once on accident and others mimicked. We'll see if the pattern returns, but I'm hopeful it's a fluke. |
256bf96
to
71c20be
Compare
Passing run #8221 ↗︎
Details:
Review all test suite changes for PR #4962 ↗︎ |
Closes PROD-2178
Description Of Changes
Many of our endpoints in Fides Admin UI are pointing at a URL unnecessarily ending with
/
which ends up being redirected in the browser behind the scenes to the same URL without it.Fixing these URLs in the code is a quick way to optimize our response time!
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md