Oracle Jet routing is adding extra folder in path when trying to get child module files
问题 Problem I am trying to write a Single Page Application (SPA) where initially the app shows module "A". When the user clicks an element in "A", module "B" is displayed and is passed an ID from A. (For example A displays a list of Employee IDs, clicking on one employee means B will display details of that employee) Initially my URL is : http://localhost:8000/ Clicking on an item in A with an id of 123, the URL changes to following which is correct: http://localhost:8000/A/123 However, I get the