add route to export client (deleted by the last merge)

This commit is contained in:
Tiavina 2024-12-30 08:22:00 +03:00
parent 254a8f2cf4
commit 8a3800cfe4

View File

@ -26,6 +26,7 @@ return [
['name' => 'page#getClientbyiddevis', 'url' => '/clientbyiddevis', 'verb' => 'POST'],
['name' => 'page#getConfiguration', 'url' => '/getConfiguration', 'verb' => 'PROPFIND'],
['name' => 'page#insertClient', 'url' => '/client/insert', 'verb' => 'POST'],
['name' => 'page#exportClientStatistic', 'url' => '/client/exportClientStatistic', 'verb' => 'POST'],
['name' => 'page#getThanatopracteurs', 'url' => '/getThanatopracteurs', 'verb' => 'PROPFIND'],
['name' => 'page#insertThanatopracteur', 'url' => '/thanatopracteur/insert', 'verb' => 'POST'],