liuhengloveyou opened a new issue #2302:
URL: https://github.com/apache/apisix/issues/2302
### Issue description
i create a route like this:
`
{
"uri": "/test",
"methods": ["GET", "POST"],
"plugins": {},
"desc":"hello world",
"remote_addr": "127.0.0.1",
"upstream_id": "13"
}
`
when i curl it, response is:
`
{
"error_msg": "failed to match any routes"
}
`
What does that "error_msg" mean?
### Environment
* apisix version (cmd: `apisix version`): 1.5
* OS: Linux test 5.4.0-1026-azure #26~18.04.1-Ubuntu SMP Thu Sep 10 16:19:25
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
----------------------------------------------------------------
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]