tokopedia / gripmock

gRPC Mock Server
Apache License 2.0
659 stars 156 forks source link

404 Http status code on not found stub #142

Open Olex1313 opened 1 year ago

Olex1313 commented 1 year ago

Currently if you try to find non-existing stub the server will answer with 500 status code, shouldn't it be 404?

### Tasks