Merge branch 'fronkdev' into 'master'
changed status update url in Preorderselfservice API See merge request fronk/thetool!827
This commit is contained in:
@@ -4,7 +4,7 @@ class PreorderselfserviceApicontroller extends mfBaseApicontroller {
|
|||||||
|
|
||||||
public function init() {
|
public function init() {
|
||||||
$this->addRoute("/preorderselfservice/preorder", "getPreorder", "GET");
|
$this->addRoute("/preorderselfservice/preorder", "getPreorder", "GET");
|
||||||
$this->addRoute("/preorderselfservice/:oaid/:status", "setSelfserviceStatus", "POST");
|
$this->addRoute("/preorderselfservice/:oaid/status/:status", "setSelfserviceStatus", "POST");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function authenticated() {
|
protected function authenticated() {
|
||||||
|
|||||||
Reference in New Issue
Block a user