diff --git a/ch6-web/ch6-08-protocol-free.md b/ch6-web/ch6-08-protocol-free.md index e736355..d423851 100644 --- a/ch6-web/ch6-08-protocol-free.md +++ b/ch6-web/ch6-08-protocol-free.md @@ -91,7 +91,7 @@ func HTTPGetOrderHandler(wr http.ResponseWriter, r *http.Request) { r : r, } - logicResp,err := logic.CreateOrder(thriftEntryInstance) + logicResp,err := logic.CreateOrder(httpEntryInstance) if err != nil {} // ... }