Update README.md
This commit is contained in:
@@ -132,7 +132,7 @@ type DynamicProxyInfo = {
|
|||||||
/**
|
/**
|
||||||
* Remove path from request path
|
* Remove path from request path
|
||||||
*
|
*
|
||||||
* **Example:** ({"test.com": {"/api/": {"domain": "localhost"}})
|
* **Example:** ({"test.com": {"/api/": {"domain": "localhost"}}})
|
||||||
* * *true* - Get **http://test.com/api/test** => Get **http:/localhost/test**
|
* * *true* - Get **http://test.com/api/test** => Get **http:/localhost/test**
|
||||||
* * *false* - Get **http://test.com/api/test** => Get **http:/localhost/api/test**
|
* * *false* - Get **http://test.com/api/test** => Get **http:/localhost/api/test**
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user