Skip to content

Commit

Permalink
PHP: Add CORS headers for serviceException
Browse files Browse the repository at this point in the history
Funded by Conseil Départemental du Territoire de Belfort
  • Loading branch information
rldhont committed Dec 1, 2023
1 parent b8ecc21 commit 804920f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lizmap/modules/lizmap/controllers/service.classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ protected function serviceException()
}
}

$this->setACAOHeader($rep);

return $rep;
}

Expand Down

0 comments on commit 804920f

Please sign in to comment.