APISIX后台管理路由创建接口

502 词

APISIX后台管理路由创建接口

curl  -H "Content-Type: application/json"   -X POST -d '{"uris":["asdf"],"plugins":{},"desc":"asdf"}'   0.0.0.0:5050/apisix/admin/routes
{"error_msg":"invalid configuration: object matches none of the alternatives"}
127.0.0.1 - - [06/Dec/2019:04:07:32 +0000] 0.0.0.0:5050 "POST /apisix/admin/routes HTTP/1.1" 400 90 0.000 "-" "curl/7.29.0" - - -
curl 0.0.0.0:5050/apisix/admin/routes
127.0.0.1 - - [06/Dec/2019:04:05:55 +0000] 0.0.0.0:5050 "GET /apisix/admin/routes HTTP/1.1" 200 108 0.002 "-" "curl/7.29.0" - - -