You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to tell Karma to serve a file whatever the sub-path is.
I could also want to transform the URL to something completely different.
For instance, something like this (but it won't work with the object syntax):
proxies could accept an object, as it is currently the case, or an array of arrays, which is still readable, and accepts regular expressions as "keys":
Wished behavior
I would like to be able to tell Karma to serve a file whatever the sub-path is.
I could also want to transform the URL to something completely different.
For instance, something like this (but it won't work with the object syntax):
Proposed syntax
proxies
could accept an object, as it is currently the case, or an array of arrays, which is still readable, and accepts regular expressions as "keys":The text was updated successfully, but these errors were encountered: