Merge branch 'fronkdev' into 'master'

changed status update url in Preorderselfservice API

See merge request fronk/thetool!827
This commit is contained in:
Frank Schubert
2024-12-18 15:35:54 +00:00
@@ -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() {