Force http/https for webhook and add error_log in index

This commit is contained in:
osaajani 2020-06-14 22:17:04 +02:00
parent 54a8029b69
commit 903a8d3770
3 changed files with 14 additions and 1 deletions

View file

@ -123,7 +123,7 @@ namespace controllers\publics;
{
\FlashMessage\FlashMessage::push('danger', 'Impossible de créer ce webhook.');
return $this->redirect(\descartes\Router::url('webhooks', 'add'));
return $this->redirect(\descartes\Router::url('Webhook', 'add'));
}
\FlashMessage\FlashMessage::push('success', 'La webhook a bien été créé.');