diff --git a/controllers/order.go b/controllers/order.go index eb8be54c..23a23bcc 100644 --- a/controllers/order.go +++ b/controllers/order.go @@ -94,7 +94,7 @@ func (this *OrderController) Post() { // @Description Capture order GET // @Success 200 {string} count of orders in the database // @Failure 403 body is empty -// @router / [post] +// @router / [get] func (this *OrderController) Get() { var ob models.Order