Switched Preorder building source to AddressDB

This commit is contained in:
Frank Schubert
2022-09-08 14:58:18 +02:00
parent 490e729f69
commit c7bd7ea8f3
13 changed files with 724 additions and 243 deletions
@@ -107,6 +107,7 @@ class mfBaseApicontroller {
// CORS preflight OPTIONS
// CORS headers must be correctly set in .htaccess or vhost config
if($this->http_method == "OPTIONS") {
// XXX TODO: api endpoint should decide if Origin should be allowed access
$this->return(mfResponse::Ok());
}