Skip to content
Snippets Groups Projects
Commit 6412e1d9 authored by Vinciane's avatar Vinciane
Browse files

FEAT #9692 Route for delete email

parent de62fa4a
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,8 @@ $app->get('/administration/doctypes/new', \Doctype\controllers\FirstLevelControl ...@@ -154,6 +154,8 @@ $app->get('/administration/doctypes/new', \Doctype\controllers\FirstLevelControl
//Emails //Emails
$app->post('/emails', \Email\controllers\EmailController::class . ':send'); $app->post('/emails', \Email\controllers\EmailController::class . ':send');
$app->delete('/emails/{id}', \Email\controllers\EmailController::class . ':delete');
//Entities //Entities
$app->get('/entities', \Entity\controllers\EntityController::class . ':get'); $app->get('/entities', \Entity\controllers\EntityController::class . ':get');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment