Codecraig
01/04/2019, 1:58 PMcurl <http://localhost:800/status/123>
I get a 404. If i change the route to just be :
"/status" meta {
summary = "get the status"
} bindContract GET to handler
I get a 200 Ok if I curl <http://localhost:8000/status>
What am I missing?