We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3864761 commit d3042e0Copy full SHA for d3042e0
src/core/fetch/index.js
@@ -209,7 +209,7 @@ export function fetchMixin(proto) {
209
return false;
210
}
211
212
- const newPath = path.replace(new RegExp(`^/${local}`), '');
+ const newPath = this.router.getFile(path.replace(new RegExp(`^/${local}`), ''));
213
const req = request(newPath + qs, true, requestHeaders);
214
215
req.then(
0 commit comments