Add dynamic deletion of contacts

This commit is contained in:
osaajani 2021-04-24 00:10:23 +02:00
parent bd57db4fdd
commit 8315817388
6 changed files with 120 additions and 3 deletions

View file

@ -43,6 +43,7 @@
'update' => '/contact/update/{csrf}/',
'import' => '/contact/import/{csrf}/',
'export' => '/contact/export/{format}/',
'conditional_delete' => '/contact/conditional_delete/{csrf}/',
'json_list' => '/contacts.json/',
],