diff --git a/application/Api/v1/PreorderselfserviceApicontroller.php b/application/Api/v1/PreorderselfserviceApicontroller.php index 38a2cb261..ca93f9a3d 100644 --- a/application/Api/v1/PreorderselfserviceApicontroller.php +++ b/application/Api/v1/PreorderselfserviceApicontroller.php @@ -4,7 +4,7 @@ class PreorderselfserviceApicontroller extends mfBaseApicontroller { public function init() { $this->addRoute("/preorderselfservice/preorder", "getPreorder", "GET"); - $this->addRoute("/preorderselfservice/:oaid/:status", "setSelfserviceStatus", "POST"); + $this->addRoute("/preorderselfservice/:oaid/status/:status", "setSelfserviceStatus", "POST"); } protected function authenticated() {