Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate path separator in URL mappings
Some URL mapping constants for specific port projects were defining duplicate path separators (1). The value of the `ROUTE_ROOT` constant is set to `/` and the port constants contained the partial path `${ROUTE_ROOT}/` resulting in duplicate path separators `//`. This has be fixed by removing the extra `/` character leaving only the correct `ROUTE_ROOT` constant that resolves into a single path separator. References: (1) https://github.com/arcticicestudio/nord-docs/blob/53b712c02342b76516b918adb0b3c181d624c6fc/src/config/routes/mappings.js#L364-L412 Fixes GH-169
- Loading branch information