diff --git a/backend/app/api/v1/v1_ctrl_locations.go b/backend/app/api/v1/v1_ctrl_locations.go index b351233..2b4152f 100644 --- a/backend/app/api/v1/v1_ctrl_locations.go +++ b/backend/app/api/v1/v1_ctrl_locations.go @@ -70,7 +70,6 @@ func (ctrl *V1Controller) HandleLocationCreate() http.HandlerFunc { // @Security Bearer func (ctrl *V1Controller) HandleLocationDelete() http.HandlerFunc { return ctrl.handleLocationGeneral() - } // HandleLocationGet godocs