Update README.md

This commit is contained in:
Fasterino
2025-02-28 04:01:37 +03:00
committed by GitHub
parent 2400984329
commit fb036c6085

View File

@@ -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**
* *