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 ab485dd commit 1f9bd21Copy full SHA for 1f9bd21
README.md
@@ -158,6 +158,8 @@ Providing an alternative way to decide which requests should be proxied; In case
158
- `proxy(['/api/**', '/ajax/**'], {...})` combine multiple patterns
159
- `proxy(['/api/**', '!**/bad.json'], {...})` exclusion
160
161
+ **Note**: In multiple path matching, you cannot use string paths and wildcard paths together.
162
+
163
* **custom matching**
164
165
For full control you can provide a custom function to determine which requests should be proxied or not.
0 commit comments