mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Force http/https for webhook and add error_log in index
This commit is contained in:
parent
54a8029b69
commit
903a8d3770
3 changed files with 14 additions and 1 deletions
|
@ -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éé.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue