membphis commented on issue #3390: URL: https://github.com/apache/apisix/issues/3390#issuecomment-766533343
@gewei2000 @Firstsawyou here is an example, please take a look at, I think it will help you: ```shell curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d ' { "uri": "/service_a/*", "vars": [["uri", "~~", "(.jpg|.html)$"]], "upstream": { "type": "roundrobin", "nodes": { "127.0.0.1:1980": 1 } } }' ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
