Switched Preorder building source to AddressDB
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user