api-components-bundle
api-components-bundle copied to clipboard
Routes should allow extension in path
If we load /_routes//contact.json for example, we are currently trying to look up the path /contact.json instead of /contact in the json format which is what we want. We should adjust routing configuration.