changed status update url in Preorderselfservice API

This commit is contained in:
Frank Schubert
2024-12-18 16:35:16 +01:00
parent 588a8d61b6
commit 0e6489ce20

View File

@@ -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() {