Skip to content

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

@JesseRWeigel

Description

@JesseRWeigel

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions