grpc-restful icon indicating copy to clipboard operation
grpc-restful copied to clipboard

gateway端口能起来但是404

Open Kimgtb opened this issue 2 years ago • 1 comments
trafficstars

访问后 :404 page not found

Kimgtb avatar Jan 01 '23 03:01 Kimgtb

❯ curl -d '{"a":2,"b":3}' -H 'Content-Type: application/json' localhost:8081/v1/sum
{
  "result": "5"
}

kevwan avatar Jan 01 '23 10:01 kevwan