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

Update server.js routing function to handle routes with three params and same id #144

Open
JesseRWeigel opened this issue Jul 18, 2018 · 0 comments

Comments

@JesseRWeigel
Copy link
Contributor

Currently there is no way to properly handle routes that have the same 1st and 3rd parameter. For example: /admissions/undergraduate/requirements/ and /admissions/online/requirements/.
The routing function currently ignores the second param and will route both url's to the same page.

This fix may be tricky because any change is likely to impact other routes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant